Gets or sets object which applied to annotation in normal state.
Namespace: Spire.Pdf.Annotations.AppearanceAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
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