CellLayoutEventArgs
Graphics Property
|
Gets the graphics, on which the cell should be drawn.
Namespace:
Spire.Pdf.Tables
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfCanvas Graphics { get; }
Public ReadOnly Property Graphics As PdfCanvas
Get
public:
property PdfCanvas^ Graphics {
PdfCanvas^ get ();
}
member Graphics : PdfCanvas with get
Property Value
Type:
PdfCanvas
See Also