ComponentOne FlexGrid for WinForms
PrintDocument Property

C1.Win.C1FlexGrid Namespace > GridPrinter Class : PrintDocument Property
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

Reference

GridPrinter Class
GridPrinter Members