Documents for PDF, .NET Edition Documentation
ReadUInt16 Method

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Common Namespace > BigEndianBinaryReader Class : ReadUInt16 Method
Reads a 2-byte unsigned integer from the current stream and advances the current position of the stream by four bytes.
Syntax
'Declaration
 
Public Function ReadUInt16() As System.UShort
public System.ushort ReadUInt16()

Return Value

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

Reference

BigEndianBinaryReader Class
BigEndianBinaryReader Members