Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / GcBinaryWriter Class
Properties Methods

In This Topic
    GcBinaryWriter Class Members
    In This Topic

    The following tables list the members exposed by GcBinaryWriter.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the GcBinaryWriter class.  
    Top
    Public Properties
     NameDescription
    Public Property (Inherited from System.IO.BinaryWriter)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from System.IO.BinaryWriter)
    Public Method (Inherited from System.IO.BinaryWriter)
    Public Method (Inherited from System.IO.BinaryWriter)
    Public Method (Inherited from System.IO.BinaryWriter)
    Public MethodOverloaded.  (Inherited from System.IO.BinaryWriter)
    Public MethodWrites 32 int in compressed form.  
    Public MethodWrites enum value.  
    Public MethodWrites nullable enum value.  
    Public MethodWrites nullable int.  
    Public MethodWrites a length-prefixed string to this stream in the current encoding of the BinaryWriter, and advances the current position of the stream in accordance with the encoding used and the specific characters being written to the stream. -1 is used to indicate null string.  
    Top
    See Also