Gets the next character in the stream.
Namespace:
pdftron.Filters
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Public Function Get As Integer
public:
virtual int Get() sealed
Return Value
Type:
Int32
The next character from the stream or EOF (-1) if the end of file is reached.
See Also