Click or drag to resize

CPageStyleCPageScalePercent Method

Allows to specify page scale in percentages: from 1...10000.

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntax
public void Percent(
	int percents
)

Parameters

percents  Int32
The scale value in percentages
Remarks
Please notice that page margins will not be scaled. So, to get the proportional scale, please set all page margins to 0.
See Also