Documents for PDF, .NET Edition Documentation
ReadUInt32 Method

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Common Namespace > BigEndianBinaryReader Class : ReadUInt32 Method
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

Reference

BigEndianBinaryReader Class
BigEndianBinaryReader Members