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

In This Topic
    WriteNullableInt Method
    In This Topic
    Writes nullable int.
    Syntax
    'Declaration
     
    Public Sub WriteNullableInt( _
       ByVal value As System.Nullable(Of Integer) _
    ) 
    public void WriteNullableInt( 
       System.Nullable<int> value
    )

    Parameters

    value
    See Also