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

PdfWidgetAnnotation.AppearanceCharacteristics Property

Gets the appearance characteristics specifying the widget annotation’s visual presentation on the page.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfWidgetAppearanceCharacteristics AppearanceCharacteristics { get; }

Property Value

Type Description
PdfWidgetAppearanceCharacteristics

A PdfWidgetAppearanceCharacteristics object that represents the appearance characteristics of the widget annotation.

See Also