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

PdfAcroFormVisualField.Appearance Property

Specifies the appearance settings for the interactive form field.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Core.dll

Declaration

public PdfAcroFormFieldAppearance Appearance { get; set; }

Property Value

Type Description
PdfAcroFormFieldAppearance

A PdfAcroFormFieldAppearance object that specifies the appearance for the interactive form field.

See Also