Click or drag to resize

ExcelToPdfCPageStyleCPageScalePercent Method

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

Namespace: SautinSoft
Assembly: SautinSoft.ExcelToPdf (in SautinSoft.ExcelToPdf.dll) Version: 2023.11.22
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