Skip to main content

PdfRotatePageClockwiseCommand(PdfViewer) Constructor

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

Namespace: DevExpress.XtraPdfViewer.Commands

Assembly: DevExpress.XtraPdfViewer.v23.2.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

public PdfRotatePageClockwiseCommand(
    PdfViewer control
)

Parameters

Name Type Description
control PdfViewer

A PdfViewer that is the command owner.

See Also