This property sets whether or not blank pages are skipped. This property is only enabled when using a custom-built user interface (UiMode=2).

[Visual Basic]   imagekitcontrolname.Scan.SkipBlankPage [ = Long ]
[Visual C++]     imagekitcontrolname.GetScan().SetSkipBlankPage(long Val)

Property Value

Value Explanation
-2 Blank pages are not skipped
-1 Blank pages are skipped

 

Canon DR Scan Drivers

Value Explanation
0 Blank pages are not skipped
1 Blank pages are skipped

 

Epson Scan Drivers

Value Explanation
0 Blank pages are not skipped
1 Blank pages are skipped (weak level)
2 Blank pages are skipped (medium level)
3 Blank pages are skipped (strong level)

Explanation

The SkipBlankPage property sets whether or not blank pages are skipped.

For Canon DR scan drivers and Panasonic scan drivers, use this property in conjunction with the SkipBlankThreshold property. For Canon DR drivers to skip blank pages, the ScanMode property must be set to 1(ikScanADF1). When SkipBlankPage is enabled, even though the ScanMode property is 1(ikScanADF1), both sides of the paper will be scanned.

For Epson scanners to skip blank pages, set the AdjustGamma property to 1. When the AdjustGamma property is set to 0, there are cases where the skip blank page functionality doesn't work properly.

This property is enabled when the UiMode is 2(ikScanNONUI). The possible setting values supported by a scan device can be retrieved using the GetCapEnum or the GetCapEnumVariant methods.

Setting this value

  This value can be set at runtime.

Retrieving this value

  This value cannot be retrieved.

 

The ImageKit8 ActiveX is a product created by Newtone Corporation