Class SheetPageSetupBase
Represents a base class for sheet page setup.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Model.Printing
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public abstract class SheetPageSetupBase
Properties
HeaderFooterSettings
Margins
Gets or sets the margins.
Declaration
public PageMargins Margins { get; set; }
Property Value
PageMargins
The margins. |
PageOrientation
Gets or sets the page orientation.
Declaration
public PageOrientation PageOrientation { get; set; }
Property Value
PageOrientation
The page orientation. |
PageSize
Gets the size of the page.
Declaration
public Size PageSize { get; }
Property Value
System.Windows.Size
The size of the page. |
PaperType
Gets or sets the type of the paper.
Declaration
public PaperTypes PaperType { get; set; }
Property Value
PaperTypes
The type of the paper. |
Methods
InvalidateSheetLayout()
Invalidates the sheet layout.
Declaration
protected void InvalidateSheetLayout()
ResumeSheetLayoutUpdate()
Resumes the sheet layout update.
Declaration
protected void ResumeSheetLayoutUpdate()
SuspendSheetLayoutUpdate()
Suspends the sheet layout update.
Declaration
protected void SuspendSheetLayoutUpdate()