PdfWidgetAppearanceCharacteristics.NormalIcon Property
In This Article
Gets the widget annotation’s normal icon, which will be displayed when it is not interacting with the user.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public PdfXObject NormalIcon { get; }
#Property Value
Type | Description |
---|---|
Pdf |
A Pdf |
See Also