Click or drag to resize

ExcelPrintOptionsAutomaticPageScaling Property

Scaling factor for automatic page breaks.

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntax
public int AutomaticPageScaling { get; set; }

Property Value

Int32
Remarks

Unit 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