| BeforeRenderPageEventArgsGraphics Property |
Gets drawing surface.
Namespace: Patagames.Pdf.Net.Controls.WinFormsAssembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.94.2704
Syntax public Graphics Graphics { get; }
Public ReadOnly Property Graphics As Graphics
Get
public:
property Graphics^ Graphics {
Graphics^ get ();
}
member Graphics : Graphics with get
/** @property */
public Graphics get_Graphics()
Property Value
GraphicsSee Also