Skip to main content

PdfNextPageCommand.ImageName Property

Gets the name of the icon associated with the PdfNextPageCommand.

Namespace: DevExpress.XtraPdfViewer.Commands

Assembly: DevExpress.XtraPdfViewer.v23.2.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

public override string ImageName { get; }

Property Value

Type Description
String

A String value, specifying the image name.

See Also