PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.5.2 Assembly / C1.Win.C1Preview.Design Namespace / SampleC1PrintDocument Class / CurrentBlockGraphics Property

In This Topic
    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