Skip to main content
A newer version of this page is available. .

PdfFindTextCommand(PdfViewer) Constructor

Initializes a new instance of the PdfFindTextCommand class with the specified PDF Viewer.

Namespace: DevExpress.XtraPdfViewer.Commands

Assembly: DevExpress.XtraPdfViewer.v19.1.dll

Declaration

public PdfFindTextCommand(
    PdfViewer control
)

Parameters

Name Type Description
control PdfViewer

A PdfViewer object.

See Also