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

PdfViewerControl.GetText(PdfDocumentArea) Method

Gets the text contained in the specified document area.

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v18.2.dll

Declaration

public string GetText(
    PdfDocumentArea area
)

Parameters

Name Type Description
area PdfDocumentArea

A PdfDocumentArea value.

Returns

Type Description
String

The text contained in the specified document area.

Remarks

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

See Also