Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfDocumentProcessor.GetText Method

Name Parameters Description
GetText() none Retrieves the document content.
GetText(PdfDocumentArea, PdfTextExtractionOptions) area, options Retrieves document content from the specified area with specified extraction options.
GetText(PdfDocumentArea) area Retrieves the text found in the specified document area.
GetText(PdfDocumentPosition, PdfDocumentPosition, PdfTextExtractionOptions) startPosition, endPosition, options Retrieves document content located between the specified document positions with specified extraction options.
GetText(PdfDocumentPosition, PdfDocumentPosition) startPosition, endPosition Retrieves the text located between the specified document positions.
GetText(PdfTextExtractionOptions) options Retrieves document content with specified extraction options.