Skip to main content

PdfViewerCommandId(Int32) Constructor

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

Namespace: DevExpress.XtraPdfViewer.Commands

Assembly: DevExpress.XtraPdfViewer.v23.2.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

public PdfViewerCommandId(
    int value
)

Parameters

Name Type Description
value Int32

A System.Int32 value.

See Also