←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Wia Assembly