Interface IChartPageSetup
Represent page setup options for the chart sheet.
Inherited Members
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public interface IChartPageSetup : IPageSetupBase, IParentApplication
Properties
FitToPagesTall
Gets or sets the number of pages tall the worksheet will be scaled to when it is printed. Applies only to worksheets.
Declaration
bool FitToPagesTall { get; set; }
Property Value
Type |
---|
System.Boolean |
FitToPagesWide
Gets or sets the number of pages wide the worksheet will be scaled to when it is printed. Applies only to worksheets.
Declaration
bool FitToPagesWide { get; set; }
Property Value
Type |
---|
System.Boolean |