New to Telerik UI for WPFStart a free 30-day trial

Represents the settings indicating what to print.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public class PrintWhatSettings : ExportWhatSettings

Inheritance: objectPrintWhatSettings

Constructors

Initializes a new instance of the PrintWhatSettings class.

C#
public PrintWhatSettings(ExportWhat exportWhat, bool ignorePrintArea)
Parameters:exportWhatExportWhat

The ExportWhat option value.

ignorePrintAreabool

The value indicating whether to ignore print area.