Back to Devexpress

SelectionEventArgs.DocumentPosition Property

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

latest1.2 KB
Original Source

SelectionEventArgs.DocumentPosition Property

Returns the PDF 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.

|

See Also

SelectionEventArgs Class

SelectionEventArgs Members

DevExpress.Xpf.PdfViewer Namespace