Gets graphics context of the template.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

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

Property Value

PdfCanvas

Remarks

It will return null, if the template is read-only.

See Also