Class WorksheetPageSetup
Represents worksheet page setup.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Model.Printing
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class WorksheetPageSetup : SheetPageSetup<WorksheetPrintOptions>
Properties
CenterHorizontally
Gets or sets the value indicating whether the print content should be centered horizontally.
Declaration
public bool CenterHorizontally { get; set; }
Property Value
System.Boolean
The value indicating whether the print content should be centered horizontally. |
CenterVertically
Gets or sets the value indicating whether the print content should be centered vertically.
Declaration
public bool CenterVertically { get; set; }
Property Value
System.Boolean
The value indicating whether the print content should be centered vertically. |
FitToPages
Gets or sets the value indicating whether the worksheet will be scaled according to a number of pages.
Declaration
public bool FitToPages { get; set; }
Property Value
System.Boolean
If |
FitToPagesTall
Gets or sets the number of pages tall the worksheet will be scaled to when it's printed.
Declaration
public int FitToPagesTall { get; set; }
Property Value
System.Int32
|
FitToPagesWide
Gets or sets the number of pages wide the worksheet will be scaled to when it's printed.
Declaration
public int FitToPagesWide { get; set; }
Property Value
System.Int32
|
PageBreaks
Gets the page breaks.
Declaration
public PageBreaks PageBreaks { get; }
Property Value
PageBreaks
The page breaks. |
PageOrder
Gets or sets the page order.
Declaration
public PageOrder PageOrder { get; set; }
Property Value
PageOrder
The page order. |
PrintArea
Gets the print area.
Declaration
public PrintArea PrintArea { get; }
Property Value
PrintArea
The print area. |
PrintOptions
Gets the print options.
Declaration
public override WorksheetPrintOptions PrintOptions { get; }
Property Value
WorksheetPrintOptions
The print options. |
Overrides
PrintTitles
Gets the print titles of the worksheet. This object allows for rows and columns to be set, which will be repeated on every printed page.
Declaration
public PrintTitles PrintTitles { get; }
Property Value
PrintTitles
|
ScaleFactor
Gets or sets the scale factor.
Declaration
public Size ScaleFactor { get; set; }
Property Value
System.Windows.Size
The scale factor. |