Gets a value indicating whether the template is read-only.

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

Syntax

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

Property Value

Boolean
true if the template is read-only; otherwise, false.

Remarks

Read-only templates does not expose graphics. They just return null.

See Also