Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / GcBinaryWriter Class / Write Method / Write(Int32) Method

In This Topic
    Write(Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub Write( _
       ByVal value As System.Integer _
    ) 
    public virtual void Write( 
       System.int value
    )

    Parameters

    value
    See Also