PdfTemplate
ReadOnly Property
|
Gets a value indicating whether the template is read-only.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool ReadOnly { get; }
Public ReadOnly Property ReadOnly As Boolean
Get
public:
property bool ReadOnly {
bool get ();
}
member ReadOnly : bool with get
Property Value
Type:
Boolean
true
if the template is read-only; otherwise,
false
.
Remarks
Read-only templates does not expose graphics. They just return null.
See Also