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: 2026.2.0.0.42 (.NET 4.6.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