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

PdfSelectionEventArgs.DocumentPosition Property

Returns the PDF coordinates of a hit point.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v21.1.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.PdfViewer

Declaration

public PdfDocumentPosition DocumentPosition { get; }

Property Value

Type Description
PdfDocumentPosition

A PdfDocumentPosition object.

See Also