PdfViewerControl.Select(PdfDocumentArea) Method
In This Article
Selects the contents of the specified document area.
Namespace: DevExpress.Xpf.PdfViewer
Assembly: DevExpress.Xpf.PdfViewer.v24.2.dll
NuGet Package: DevExpress.Wpf.PdfViewer
#Declaration
public void Select(
PdfDocumentArea area
)
#Parameters
Name | Type | Description |
---|---|---|
area | Pdf |
A Pdf |
See Also