FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / GridPrinter Class / PrintDocument Property

In This Topic
    PrintDocument Property (GridPrinter)
    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