PdfAppearance
Normal Property
|
Gets or setsobject which applied to annotation in normal state.
Namespace:
Spire.Pdf.Annotations.Appearance
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfTemplate Normal { get; set; }
Public Property Normal As PdfTemplate
Get
Set
public:
property PdfTemplate^ Normal {
PdfTemplate^ get ();
void set (PdfTemplate^ value);
}
member Normal : PdfTemplate with get, set
Property Value
Type:
PdfTemplate
See Also