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

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

    Return Value

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