ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / GridPrinter Class / PrintDocument Property

In This Topic
    PrintDocument Property
    In This Topic
    Gets the System.Drawing.Printing.PrintDocument object that specifies page and printer settings.
    Syntax
    'Declaration
     
    Public ReadOnly Property PrintDocument As PrintDocument
    public PrintDocument PrintDocument {get;}
    Remarks
    The PrintDocument class is part of the .NET framework, defined in the System.Drawing.Printing namespace. It contains properties that specify printer and page settings for the document.
    See Also