SelectionEventArgs(PdfDocumentPosition) Constructor
Initializes a new instance of the SelectionEventArgs class with the specified settings.
Namespace: DevExpress.Xpf.PdfViewer
Assembly: DevExpress.Xpf.PdfViewer.v24.1.dll
NuGet Package: DevExpress.Wpf.PdfViewer
Declaration
Parameters
Name | Type | Description |
---|---|---|
position | PdfDocumentPosition | A PdfDocumentPosition object that represents the PDF coordinates of a hit point and the page number. |
See Also