Documents for PDF, .NET Edition Documentation
ReadInt32LE Method

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Common Namespace > BigEndianBinaryReader Class : ReadInt32LE Method
Reads a 4-byte signed integer from the current stream using little-ending byte order and advances the current position of the stream by four bytes.
Syntax
'Declaration
 
Public Function ReadInt32LE() As System.Integer
public System.int ReadInt32LE()

Return Value

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

Reference

BigEndianBinaryReader Class
BigEndianBinaryReader Members