Click or drag to resize

PdfTextReaderRead Method

Overload List
  NameDescription
Public methodRead
Reads the next character from the text reader and advances the character position by one character.
(Overrides TextReaderRead.)
Public methodRead(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 TextReaderRead(Char, Int32, Int32).)
Top
See Also