SheetPageSetupBase
Abstract base for sheet page setup, managing paper type, orientation, margins, and header/footer settings.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model.Printing
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public abstract class SheetPageSetupBase
Inheritance: objectSheetPageSetupBase
Derived Classes:
Methods
Invalidates the sheet layout.
protected void InvalidateSheetLayout()
Resumes the sheet layout update.
protected void ResumeSheetLayoutUpdate()
Suspends the sheet layout update.
protected void SuspendSheetLayoutUpdate()
Properties
Gets the header and footer settings that define repeated content on each printed page.
public HeaderFooterSettings HeaderFooterSettings { get; }
The header footer settings.
Gets or sets the page margins that control spacing around the printable content.
public PageMargins Margins { get; set; }
The margins.
Gets or sets the page orientation (portrait or landscape) used when printing or exporting.
public PageOrientation PageOrientation { get; set; }
The page orientation.
PageSize
Size
Gets the page size in device-independent units, derived from the current paper type.
public Size PageSize { get; }
The size of the page.
Gets or sets the paper type that determines the physical page dimensions for printing.
public PaperTypes PaperType { get; set; }
The type of the paper.