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
GetText(PdfDocumentArea, PdfTextExtractionOptions) area, options
GetText(PdfDocumentArea) area Selects the text found within the specified document area.
GetText(PdfDocumentPosition, PdfDocumentPosition, PdfTextExtractionOptions) startPosition, endPosition, options
GetText(PdfDocumentPosition, PdfDocumentPosition) startPosition, endPosition Retrieves the text located between the specified document positions.
GetText(PdfTextExtractionOptions) options