Contrast Property

Summary
Gets or sets the contrast value to use when transferring images from the current WIA source.
Syntax
C#
VB
C++
public int Contrast { get; set; } 
  
Public Property Contrast As Integer 
public: 
property int Contrast { 
   int get(); 
   void set (    int ); 
} 

Property Value

The contrast value to use when transferring images from the current WIA source. Possible values range from -1000 through 1000, where 1000 corresponds to the maximum contrast, 0 corresponds to normal contrast, and -1000 corresponds to the minimum contrast.

Example

For an example, refer to WiaSession.GetRootItem.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Wia Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.