Skip to main content

PdfWidgetAppearanceCharacteristics.NormalIcon Property

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.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfXObject NormalIcon { get; }

Property Value

Type Description
PdfXObject

A PdfXObject object that is the widget annotation’s normal icon.

See Also