Click or drag to resize

FilterReaderGet Method

Gets the next character in the stream.

Namespace:  pdftron.Filters
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public int Get()

Return Value

Type: Int32
The next character from the stream or EOF (-1) if the end of file is reached.
See Also