ExcelPrintOptionsAutomaticPageScaling Property |
Scaling factor for automatic page breaks.
Namespace: SautinSoft.ExcelAssembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntaxpublic int AutomaticPageScaling { get; set; }
Public Property AutomaticPageScaling As Integer
Get
Set
Property Value
Int32
RemarksUnit is one percent. Value must be between 10 and 400.
Default value for this property is 100.
If you set this property, FitToPage
will automaticaly be set to false.
See Also