Skip to main content

PdfViewer.SelectionContinued Event

Occurs after the selection of the PDF content has been continued.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v23.2.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

public event PdfSelectionPerformedEventHandler SelectionContinued

Event Data

The SelectionContinued event's data class is PdfSelectionEventArgs. The following properties provide information specific to this event:

Property Description
DocumentPosition Returns the PDF coordinates of a hit point.
See Also