Gets graphics context of the page template element.

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

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

See Also