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

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