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