'Declaration Public Enum PrintingSettings Inherits System.Enum
public enum PrintingSettings : System.Enum
'Declaration Public Enum PrintingSettings Inherits System.Enum
public enum PrintingSettings : System.Enum
Member | Description |
---|---|
None | If set the Print-dialog will not be shown. |
ShowPrintDialog | If set the Print-dialog will be shown. |
ShowPrintProgressDialog | If set the dialog with printing state information will be shown. |
UsePrintingThread | If set the printing will be run in new thread. |
UseStandardDialog | If set the printing will use standard PrintDialog |
UseXpStyleDialog | If set the printing will use the XP style dialog |
System.Object
System.ValueType
System.Enum
GrapeCity.Viewer.Common.PrintingSettings