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()
Public Overrides Function Read As Integer
Return Value
Type:
Int32The next character from the text reader, or -1 if no more characters are available. The default implementation returns -1.
Exceptions Exception | Condition |
---|
ObjectDisposedException | The TextReader is closed. |
IOException | An I/O error occurs. |
See Also