Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / GcBinaryReader Class / ReadNullableInt Method

In This Topic
    ReadNullableInt Method
    In This Topic
    Reads a nullable int value.
    Syntax
    'Declaration
     
    Public Function ReadNullableInt() As System.Nullable(Of Integer)
    public System.Nullable<int> ReadNullableInt()
    See Also