PdfPageBase
Canvas Property
|
Gets the graphics of the .
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfCanvas Canvas { get; }
Public ReadOnly Property Canvas As PdfCanvas
Get
public:
property PdfCanvas^ Canvas {
PdfCanvas^ get ();
}
member Canvas : PdfCanvas with get
Property Value
Type:
PdfCanvas
See Also