Skip to main content

PdfWidgetAppearanceCharacteristics.IconFit Property

Gets the value specifying how the widget annotation’s icon will be displayed within its annotation rectangle.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfIconFit IconFit { get; }

Property Value

Type Description
PdfIconFit

A PdfIconFit enumeration value that specifies how the widget annotation’s icon will be displayed within its annotation rectangle.

See Also