ClearImage COM Server Send comments on this topic.
ClearBackground Method
See Also 
ThrLevel

Description

Set background to white

Syntax

Visual Basic
Public Sub ClearBackground( _
   Optional ByVal ThrLevel As Double = 30 _
) 

Parameters

ThrLevel

Remarks

Scanning pages with white background scanned as grayscale and color typically produces off-white background.   ClearBackground sets all pixels brighter than specified threshold to pure white.   This makes image visually closer to the original document.

Method applies only to grayscale and color image.  
    ThrLevel = 0!UNRECOGNISED ELEMENT TYPE ' threshold does not change an image
    ThrLevel = 100'! sets all image pixels to white
    ThrLevel = 30% is recomended

See Also