Click or drag to resize

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; }

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