This property sets whether or not a blank page will be skipped. (UserInterface=Suppress)
Property Value
-2: The blank page is not skipped
-1: The blank page is skipped
For Canon DR scan drivers
0: The blank page is not skipped
1: The blank page is skipped
Epson scan drivers
0: The blank page is not skipped
1: The blank page is skipped (low level)
2: The blank page is skipped (medium level)
3: The blank page is skipped (high level)
Explanation
The SkipBlankPage property sets whether or not a blank page will be skipped.
When using Canon DR scan drivers or Panasonic scan drivers, set the SkipBlankThreshold property. When using a Canon DR scan driver to skip blank pages, the Mode property should be set to ADFOneSide. When SkipBlankPage is enabled, even though the Mode property is ADFOneSide, both sides will be scanned.
When using an Epson scanner and skipping blank pages, set the AdjustGamma property to 1. When the AdjustGamma property is 0, the skip blank page functionality does not work properly in all cases.
This property is enabled when the UserInterface property is set to Suppress. If using a digital camera or if the scan driver does not support this capability, this property will be disabled.
To check if the scanner supports this property use the GetCapabilityEnumToSingle or the GetCapabilityRange methods.
See Also
Scan Members | Newtone.ImageKit.Win.ImageKit