Back to Devexpress

PdfViewerControl.Select(PdfDocumentPosition, PdfDocumentPosition) Method

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

latest1.7 KB
Original Source

PdfViewerControl.Select(PdfDocumentPosition, PdfDocumentPosition) Method

Selects the document contents found at the specified position.

Namespace : DevExpress.Xpf.PdfViewer

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

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
public void Select(
    PdfDocumentPosition startPosition,
    PdfDocumentPosition endPosition
)
vb
Public Sub Select(
    startPosition As PdfDocumentPosition,
    endPosition As PdfDocumentPosition
)

Parameters

NameTypeDescription
startPositionPdfDocumentPosition

A PdfDocumentPosition value, specifying the starting position in the document.

| | endPosition | PdfDocumentPosition |

A PdfDocumentPosition value, specifying the ending position in the document.

|

See Also

PdfViewerControl Class

PdfViewerControl Members

DevExpress.Xpf.PdfViewer Namespace