PdfSelectionEventArgs.DocumentPosition Property
In This Article
Returns the PDF coordinates of a hit point.
Namespace: DevExpress.XtraPdfViewer
Assembly: DevExpress.XtraPdfViewer.v24.2.dll
NuGet Package: DevExpress.Win.PdfViewer
#Declaration
public PdfDocumentPosition DocumentPosition { get; }
#Property Value
Type | Description |
---|---|
Pdf |
A Pdf |
See Also