PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / RenderArea Class / Document Property

In This Topic
    Document Property (RenderArea)
    In This Topic
    Gets the C1PrintDocument object containing the current RenderObject.
    Syntax
    'Declaration
     
    Public ReadOnly Property Document As C1PrintDocument
    public C1PrintDocument Document {get;}
    See Also