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

PdfViewer.Select(PdfDocumentPosition, PdfDocumentPosition) Method

Selects the document contents found at the specified position.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v18.2.dll

Declaration

public void Select(
    PdfDocumentPosition startPosition,
    PdfDocumentPosition endPosition
)

Parameters

Name Type Description
startPosition PdfDocumentPosition

A PdfDocumentPosition value, specifying the starting position in the document.

endPosition PdfDocumentPosition

A PdfDocumentPosition value, specifying the ending position in the document.

Remarks

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

See Also