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

PdfSetPageLevelZoomModeCommand(PdfViewer) Constructor

Initializes a new instance of the PdfSetPageLevelZoomModeCommand class with the specified owner.

Namespace: DevExpress.XtraPdfViewer.Commands

Assembly: DevExpress.XtraPdfViewer.v19.1.dll

Declaration

public PdfSetPageLevelZoomModeCommand(
    PdfViewer control
)

Parameters

Name Type Description
control PdfViewer

A PdfViewer that is the command owner.

See Also