ExcelPrintBlankPage
Determines if blank pages are created when converting Excel Workbook to TIFF.
Member of namespace
ConvertSyntax
bool ExcelPrintBlankPage (bool blankPage)Parameters
- blankPage
- Type: bool
Parameters
blankPage : A Boolean value that enables or disables creation of blank TIFFs when there is a blank Excel page.True: A blank TIFF is created if the page is blank.
False: A blank TIFF is not created if the page is blank.
Returns
Always True.Level
Page level.Details
When printing an Excel Workbook, it is typical to have overflow pages that sometimes have data and sometimes are blank. Setting the value to true creates a TIFF for the blank overflow pages in this process. If this action is not called before ExcelWorkbookToImage, then the default of False is used.- Example:
ExcelPrintBlankPage("False") ExcelWorkbookToImage()