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

PdfViewerCommandId(Int32) Constructor

Initializes a new instance of the PdfViewerCommandId class with the specified value.

Namespace: DevExpress.XtraPdfViewer.Commands

Assembly: DevExpress.XtraPdfViewer.v20.2.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

public PdfViewerCommandId(
    int value
)

Parameters

Name Type Description
value Int32

A System.Int32 value.

See Also