PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / Document Property

In This Topic
    Document Property (C1PrintDocument)
    In This Topic
    Gets a System.Drawing.Printing.PrintDocument object that can be used to render the current document into a standard print preview control. Not needed and not recommended if you're using ComponentOne preview controls.
    Syntax
    'Declaration
     
    Public ReadOnly Property Document As PrintDocument
    public PrintDocument Document {get;}
    See Also