PdfTextReader.Read Method |
Name | Description | |
---|---|---|
![]() | Read() | Reads the next character from the text reader and advances the character position by one character. (Overrides TextReader.Read().) |
![]() | Read(Char[], Int32, Int32) |
Reads a specified maximum number of characters from the current reader and writes the data to a buffer, beginning at the specified index.
(Overrides TextReader.Read(Char[], Int32, Int32).) |