Documents for PDF, .NET Edition Documentation
ReadInt32 Method

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

Return Value

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

Reference

BigEndianBinaryReader Class
BigEndianBinaryReader Members