Click or drag to resize

PdfTextReader.Read Method

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