Back to Devexpress

PdfViewerControl.Select(PdfDocumentArea) Method

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-pdfviewercontrol-dot-select-x28-devexpress-dot-pdf-dot-pdfdocumentarea-x29.md

latest1.2 KB
Original Source

PdfViewerControl.Select(PdfDocumentArea) Method

Selects the contents of the specified document area.

Namespace : DevExpress.Xpf.PdfViewer

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

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
public void Select(
    PdfDocumentArea area
)
vb
Public Sub Select(
    area As PdfDocumentArea
)

Parameters

NameTypeDescription
areaPdfDocumentArea

A PdfDocumentArea value.

|

See Also

SelectAll()

PdfViewerControl Class

PdfViewerControl Members

DevExpress.Xpf.PdfViewer Namespace