Click or drag to resize

PdfTextDocument Methods

The PdfTextDocument type exposes the following members.

Methods
  NameDescription
Public methodDispose
Protected methodDispose(Boolean)
Protected methodDisposePages
Disposes all pages in a cache.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetPage
Retrieves a PdfTextPage from document.
Public methodGetPdfTextReader
Creates a new PdfTextReader for all pages in document.
Public methodGetPdfTextReader(Int32)
Creates a new PdfTextReader for specified page.
Public methodGetPdfTextReader(Int32, Int32)
Creates a new PdfTextReader for specified pages range.
Public methodGetTextPage
Gets the ITextPage at the specified index.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodStatic memberInitialize Obsolete.
Protected methodMakePages
Initializes a pages cache.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also