Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / GcBinaryWriter Class / Write7BitEncodedInt Method

In This Topic
    Write7BitEncodedInt Method
    In This Topic
    Writes 32 int in compressed form.
    Syntax
    'Declaration
     
    Public Shadows Sub Write7BitEncodedInt( _
       ByVal value As System.Integer _
    ) 
    public new void Write7BitEncodedInt( 
       System.int value
    )

    Parameters

    value
    See Also