Gets or sets object which applied to annotation in normal state.

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

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

Property Value

PdfTemplate

See Also