[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.PrintGridFlags

PrintGridFlags Enum

Contains flags that specify printing options to use with the PrintGrid(string, PrintGridFlags) method.

Namespace: C1.Win.C1FlexGrid
Assembly: C1.Win.C1FlexGrid.4.8.dll
Syntax
[Flags]
public enum PrintGridFlags

Fields

Name Description
ActualSize

Print the grid in actual (screen size). If the grid is too wide to fit on a page, columns spill onto separate pages. If the grid is too tall to fit on a page, rows spill onto additional pages.

ExtendLastCol

Extend the last column on each printed page.

FitToPage

Scale the grid so it will fit on a single page (rows and columns).

FitToPageWidth

Scale the grid so its width will fit on a single page. If the grid is too tall to fit on a page, rows spill onto additional pages.

ShowHighlight

Show highlighted selection while printing.

ShowPageSetupDialog

Show a page setup dialog before printing so the user can select paper size, orientation, and margins.

ShowPreviewDialog

Show a print preview dialog before printing so the user can inspect the document before printing it.

ShowPrintDialog

Show a print setup dialog before printing so the user can select the printer to use.