Interface IPageSetupExporter
Defines members used to export the page setup.
Inherited Members
Namespace: Telerik.Documents.SpreadsheetStreaming
Assembly: Telerik.Documents.SpreadsheetStreaming.dll
Syntax
public interface IPageSetupExporter : IDisposable
Methods
SetFitToPagesTall(Int32)
Sets the number of pages tall the worksheet will be scaled to when it's printed.
Declaration
void SetFitToPagesTall(int numberOfPages)
Parameters
System.Int32
numberOfPages
The number of pages. |
SetFitToPagesWide(Int32)
Sets the number of pages wide the worksheet will be scaled to when it's printed.
Declaration
void SetFitToPagesWide(int numberOfPages)
Parameters
System.Int32
numberOfPages
The number of pages. |
SetPageOrder(SpreadPageOrder)
Sets the page order.
Declaration
void SetPageOrder(SpreadPageOrder pageOrder)
Parameters
SpreadPageOrder
pageOrder
The page order. |
SetPageOrientation(SpreadPageOrientation)
Sets the page orientation.
Declaration
void SetPageOrientation(SpreadPageOrientation pageOrientation)
Parameters
SpreadPageOrientation
pageOrientation
The page orientation. |
SetPaperSize(SpreadPaperSize)
Sets the size of the paper.
Declaration
void SetPaperSize(SpreadPaperSize paperSize)
Parameters
SpreadPaperSize
paperSize
The paper size. |
SetScaleFactor(Double)
Sets the scale factor of the printed worksheet. The valid values are from 0.1 to 4.
Declaration
void SetScaleFactor(double scaleFactor)
Parameters
System.Double
scaleFactor
The scale factor. |