Skip to main content

PdfPreviousPageCommand.Id Property

Gets the ID of the specified PdfPreviousPageCommand.

Namespace: DevExpress.XtraPdfViewer.Commands

Assembly: DevExpress.XtraPdfViewer.v23.2.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

public override PdfViewerCommandId Id { get; }

Property Value

Type Description
PdfViewerCommandId

A PdfViewerCommandId member that is the command identifier.

See Also