Skip to main content
A newer version of this page is available. .

PdfDocumentProcessor.GetText(PdfDocumentArea) Method

Selects the text found within the specified document area.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Docs.v18.2.dll

Declaration

public string GetText(
    PdfDocumentArea area
)

Parameters

Name Type Description
area PdfDocumentArea

A PdfDocumentArea object.

Returns

Type Description
String

A String value, specifying the text.

Remarks

The overloaded GetText method uses the page coordinate system. See the Coordinate Systems topic to learn more.

See Also