Skip to main content

PdfFindTextCommand(PdfViewer) Constructor

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

Namespace: DevExpress.XtraPdfViewer.Commands

Assembly: DevExpress.XtraPdfViewer.v23.2.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

public PdfFindTextCommand(
    PdfViewer control
)

Parameters

Name Type Description
control PdfViewer

A PdfViewer object.

See Also