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.v23.1.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

public PdfDocumentPosition DocumentPosition { get; }

Property Value

Type Description
PdfDocumentPosition

A PdfDocumentPosition object.

See Also