Gets the appearance.

Namespace: Spire.Pdf.Fields
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfAppearance Appearance { get; }
Public ReadOnly Property Appearance As PdfAppearance
	Get
public:
property PdfAppearance^ Appearance {
	PdfAppearance^ get ();
}
member Appearance : PdfAppearance with get

Property Value

PdfAppearance
The appearance.

See Also