Click or drag to resize

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()

Return Value

Type: String
The next line from the reader, or null if all characters have been read.
Exceptions
ExceptionCondition
IOExceptionAn I/O error occurs.
OutOfMemoryExceptionThere is insufficient memory to allocate a buffer for the returned string.
ObjectDisposedExceptionThe TextReader is closed.
ArgumentOutOfRangeExceptionThe number of characters in the next line is larger than MaxValue
See Also