Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / CurrentBlockGraphics Property

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