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

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