Documents for PDF, .NET Edition Documentation
ReadInt16 Method

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

Return Value

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

Reference

BigEndianBinaryReader Class
BigEndianBinaryReader Members