ExcelScalingFactor
Forces the print scaling of Excel Workbook to a specific value for ExcelWorkbookToImage.
Member of namespace
ConvertSyntax
bool ExcelScalingFactor (int percent)Parameters
- percent
- Type: int
Parameters
percent: A positive integer that controls the scaling by percentage used when converting an Excel Workbook to TIFF. For example, a value of 100 means to print at 100%.Returns
Always True.Level
Page level.Details
The TIFF files created from ExcelWorkbookToImage will all use the specified printing scale value when converted to TIFF. This action must be called before ExcelWorkbookToImage. If this action is not called, the scaling factor that was saved in the original Excel file is used.- Example:
ExcelScalingFactor(100) ExcelWorkbookToImage()