ZebraGraphicsIContrastLevel Property 
             | 
          
        
         
            Sets the contrast correction level to be applied during 
CreateImage.
            
 
    Namespace: 
   Zebra.Sdk.Card.Graphics
    Assembly:
   SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntaxint ContrastLevel { get; set; }Property ContrastLevel As Integer
	Get
	Set
property int ContrastLevel {
	int get ();
	void set (int value);
}Property Value
Type: 
Int32
Exceptions
Remarks- Range: -25 to 25
 - Values passed in (-25 to 25) will be converted to a range of -127 to 127 before being applied to each pixel
            (e.g. a value of 25 will correspond to an actual offset of 127).
 
See Also