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

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

Declaration

public PdfXObject NormalIcon { get; }

Property Value

Type Description
PdfXObject

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

See Also