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

IPdfDocument.GetText(PdfDocumentPosition, PdfDocumentPosition) Method

This member supports the internal infrastructure and is not intended to be used directly from your code.

Namespace: DevExpress.Xpf.PdfViewer

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

Declaration

string GetText(
    PdfDocumentPosition start,
    PdfDocumentPosition end
)

Parameters

Name Type
start PdfDocumentPosition
end PdfDocumentPosition

Returns

Type
String
See Also