Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v19.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