Gets the graphics of the .

Namespace: Spire.Pdf
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 Canvas { get; }
Public ReadOnly Property Canvas As PdfCanvas
	Get
public:
property PdfCanvas^ Canvas {
	PdfCanvas^ get ();
}
member Canvas : PdfCanvas with get

Property Value

PdfCanvas

See Also