Back to Devexpress

PdfDocumentProcessor.GetText Method

officefileapi-devexpress-dot-pdf-dot-pdfdocumentprocessor-dot-gettext.md

latest1.6 KB
Original Source

PdfDocumentProcessor.GetText Method

NameParametersDescription
GetText()noneRetrieves the document content.
GetText(PdfDocumentArea, PdfTextExtractionOptions)area, optionsRetrieves document content from the specified area with specified extraction options.
GetText(PdfDocumentArea)areaRetrieves the text found in the specified document area.
GetText(PdfDocumentPosition, PdfDocumentPosition, PdfTextExtractionOptions)startPosition, endPosition, optionsRetrieves document content located between the specified document positions with specified extraction options.
GetText(PdfDocumentPosition, PdfDocumentPosition)startPosition, endPositionRetrieves the text located between the specified document positions.
GetText(PdfTextExtractionOptions)optionsRetrieves document content with specified extraction options.