Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / BigEndianBinaryReader Class / ReadInt32 Method

In This Topic
    ReadInt32 Method (BigEndianBinaryReader)
    In This Topic
    Reads a 4-byte signed integer from the current stream and advances the current position of the stream by four bytes.
    Syntax
    'Declaration
     
    Public Function ReadInt32() As System.Integer
    public System.int ReadInt32()

    Return Value

    A 4-byte signed integer read from the current stream.
    See Also