Skip to main content

PdfWidgetAnnotation.AppearanceCharacteristics Property

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.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