Click or drag to resize

PdfTextReaderRead Method

Reads the next character from the text reader and advances the character position by one character.

Namespace:  Atalasoft.Pdf.TextExtract
Assembly:  Atalasoft.dotImage.PdfReader (in Atalasoft.dotImage.PdfReader.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public override int Read()

Return Value

Type: Int32
The next character from the text reader, or -1 if no more characters are available. The default implementation returns -1.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe TextReader is closed.
IOExceptionAn I/O error occurs.
See Also