Skip to main content

SelectionEventArgs(PdfDocumentPosition) Constructor

Initializes a new instance of the SelectionEventArgs class with the specified settings.

Namespace: DevExpress.Xpf.PdfViewer

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

NuGet Package: DevExpress.Wpf.PdfViewer

Declaration

public SelectionEventArgs(
    PdfDocumentPosition position
)

Parameters

Name Type Description
position PdfDocumentPosition

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

See Also