SheetPageSetup<T>
Class
Generic base for page setup that associates a sheet with strongly-typed print options.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model.Printing
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Type Parameters:
T
The type of the T.
Syntax:
C#
public abstract class SheetPageSetup<T> : SheetPageSetupBase where T : SheetPrintOptionsBase
Inheritance: objectSheetPageSetupBaseSheetPageSetup<T>
Derived Classes:
Inherited Members
Constructors
Initializes a new SheetPageSetup<T> associated with the specified sheet.
Properties
Gets the print options that control how the sheet is rendered for printing or export.
C#
public abstract T PrintOptions { get; }
The print options.