'Declaration
Public Enum PrintGridFlags Inherits System.Enum
public enum PrintGridFlags : System.Enum
'Declaration
Public Enum PrintGridFlags Inherits System.Enum
public enum PrintGridFlags : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
C1.Win.C1FlexGrid.PrintGridFlags