CurrentBlockGraphics Property (C1PrintDocument)
In This Topic
Gets the current
Graphics
object created by the last call to
C1PrintDocument.RenderBlockGraphicsBegin.
Syntax
'Declaration
Public ReadOnly Property CurrentBlockGraphics As Graphics
public Graphics CurrentBlockGraphics {get;}
See Also