IPageSetupExporter
Interface
Streams page layout settings (paper, orientation, scaling) for a worksheet prior to print/export operations.
Definition
Namespace:Telerik.Documents.SpreadsheetStreaming
Assembly:Telerik.Documents.SpreadsheetStreaming.dll
Syntax:
C#
public interface IPageSetupExporter : IDisposable
Inherited Members
Methods
Constrain the vertical page count target for automatic scaling (fit-to-pages tall).
Constrain the horizontal page count target for automatic scaling (fit-to-pages wide).
Define the traversal order (over then down or vice versa) when printing multi-page sheets.
Set portrait or landscape orientation.
C#
void SetPageOrientation(SpreadPageOrientation pageOrientation)
The page orientation.
Set the target paper size used for pagination.
Set an explicit scale factor (0.1–4.0) overriding fit-to-pages behavior when specified.