ComponentOne FlexGrid for WinForms
PrintParameters Property

C1.Win.C1FlexGrid Namespace > C1FlexGridBase Class : PrintParameters Property
Gets a GridPrinter object that specifies printing parameters for the grid.
Syntax
'Declaration
 
Public ReadOnly Property PrintParameters As GridPrinter
public GridPrinter PrintParameters {get;}
Remarks

Use the PrintGrid(String,PrintGridFlags) method to print the grid and specify the document name, common printing options, headers and footers.

Use the PrintParameters property to specify less common printing options such as header and footer fonts, page margins, and page orientation.

See Also

Reference

C1FlexGridBase Class
C1FlexGridBase Members