ExcelToPdfCPageStyleCPageScalePercent Method |
Allows to specify page scale in percentages: from 1...10000.
Namespace: SautinSoftAssembly: SautinSoft.ExcelToPdf (in SautinSoft.ExcelToPdf.dll) Version: 2024.11.30
Syntax public void Percent(
int percents
)
Public Sub Percent (
percents As Integer
)
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