Back to Devexpress

PdfHitTestResult.DocumentPosition Property

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-pdfhittestresult.md

latest1.2 KB
Original Source

PdfHitTestResult.DocumentPosition Property

Gets the page coordinates of a hit point and the page number.

Namespace : DevExpress.Xpf.PdfViewer

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

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
public PdfDocumentPosition DocumentPosition { get; }
vb
Public ReadOnly Property DocumentPosition As PdfDocumentPosition

Property Value

TypeDescription
PdfDocumentPosition

A PdfDocumentPosition object that represents page coordinates of a hit point and the page number.

|

See Also

PdfHitTestResult Class

PdfHitTestResult Members

DevExpress.Xpf.PdfViewer Namespace