Click or drag to resize

PdfTemplate Graphics Property

Gets graphics context of the template.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfCanvas Graphics { get; }

Property Value

Type: PdfCanvas
Remarks
It will return null, if the template is read-only.
See Also