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

PdfZoomOutCommand.Id Property

Gets the ID of the specified PdfZoomOutCommand.

Namespace: DevExpress.XtraPdfViewer.Commands

Assembly: DevExpress.XtraPdfViewer.v19.1.dll

Declaration

public override PdfViewerCommandId Id { get; }

Property Value

Type Description
PdfViewerCommandId

A PdfViewerCommandId member that is the command identifier.

See Also