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

In This Topic
    ReadUInt16 Method (BigEndianBinaryReader)
    In This Topic
    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