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

PdfTextHighlightCommand.ImageName Property

Gets the name of the icon associated with the PdfTextHighlightCommand.

Namespace: DevExpress.XtraPdfViewer.Commands

Assembly: DevExpress.XtraPdfViewer.v20.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