PdfTextReaderReadLine Method |
Reads a line of characters from the text reader and returns the data as a string.
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 string ReadLine()
Public Overrides Function ReadLine As String
Return Value
Type:
StringThe next line from the reader, or null if all characters have been read.
Exceptions Exception | Condition |
---|
IOException | An I/O error occurs. |
OutOfMemoryException | There is insufficient memory to allocate a buffer for the returned string. |
ObjectDisposedException | The TextReader is closed. |
ArgumentOutOfRangeException | The number of characters in the next line is larger than MaxValue |
See Also