C1.Win.C1FlexGrid Namespace : PrintGridFlags Enumeration |
'Declaration
<FlagsAttribute()> Public Enum PrintGridFlags Inherits System.Enum
'Usage
Dim instance As PrintGridFlags
[Flags()] public enum PrintGridFlags : System.Enum
[Flags()] public enum class PrintGridFlags : public 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
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2