PdfExtendedAppearance
Normal Property
|
Gets the normal appearance of the annotation.
Namespace:
Spire.Pdf.Annotations.Appearance
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfAppearanceState Normal { get; }
Public ReadOnly Property Normal As PdfAppearanceState
Get
public:
property PdfAppearanceState^ Normal {
PdfAppearanceState^ get ();
}
member Normal : PdfAppearanceState with get
Property Value
Type:
PdfAppearanceState
Theobject specifies the normal appearance of the annotation.
See Also