This property sets whether or not a blank page will be skipped. (UserInterface=Suppress)

[Visual Basic] Public WriteOnly Property SkipBlankPage As Integer
[C#] public int SkipBlankPage {set;}

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. If the datasource supports this capability, setting this property to -1 will enable SkipBlankPage.

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 SkipBlankPage property to a value of -1 or values of 1 or more. When the SkipBlankPage is -1, the default TWAIN capability will be used. Setting the SkipBlankPage property to values of 1 or more will allow the Epson capability to be used. In this case, set the AdjustGamma property to 1. When the AdjustGamma property is 0, the skip blank page functionality does not work properly in all cases. Also, if the AdjustGamma capability is not supported, you can use the default -1 value for SkipBlankPage but because the page may be darker than it should, skipping blank pages may not work as expected. In that case, you can make adjustments to darkness using the Brightnessand Gamma properties.

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.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation