Back to Devexpress

PdfWidgetAppearanceCharacteristics.AlternateIcon Property

officefileapi-devexpress-dot-pdf-dot-pdfwidgetappearancecharacteristics.md

latest1.3 KB
Original Source

PdfWidgetAppearanceCharacteristics.AlternateIcon Property

Gets the widget annotation’s alternate (down) icon, which will be displayed when the mouse button is pressed within its active area.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfXObject AlternateIcon { get; }
vb
Public ReadOnly Property AlternateIcon As PdfXObject

Property Value

TypeDescription
PdfXObject

A PdfXObject object that is a form XObject defining the widget annotation’s alternate (down) icon.

|

See Also

PdfWidgetAppearanceCharacteristics Class

PdfWidgetAppearanceCharacteristics Members

DevExpress.Pdf Namespace