PdfViewerControl.Select(PdfDocumentPosition, PdfDocumentPosition) Method
In This Article
Selects the document contents found at the specified position.
Namespace: DevExpress.Xpf.PdfViewer
Assembly: DevExpress.Xpf.PdfViewer.v24.2.dll
NuGet Package: DevExpress.Wpf.PdfViewer
#Declaration
public void Select(
PdfDocumentPosition startPosition,
PdfDocumentPosition endPosition
)
#Parameters
Name | Type | Description |
---|---|---|
start |
Pdf |
A Pdf |
end |
Pdf |
A Pdf |
See Also