Class PrintWhatSettings
Represents the settings indicating what to print.
Inheritance
System.Object
PrintWhatSettings
Namespace: Telerik.Windows.Controls.Spreadsheet
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class PrintWhatSettings : ExportWhatSettings
Constructors
PrintWhatSettings(ExportWhat, Boolean)
Initializes a new instance of the PrintWhatSettings class.
Declaration
public PrintWhatSettings(ExportWhat exportWhat, bool ignorePrintArea)
Parameters
Telerik.Windows.Documents.Spreadsheet.FormatProviders.ExportWhat
exportWhat
The ExportWhat option value. |
System.Boolean
ignorePrintArea
The value indicating whether to ignore print area. |