ZebraCardGraphicsBrightnessLevel Property 
             | 
          
        
         
            Sets the brightness correction level to be applied during 
CreateImage.
            
 
    Namespace: 
   Zebra.Sdk.Card.Graphics
    Assembly:
   SdkApi_Card_Desktop (in SdkApi_Card_Desktop.dll) Version: 2.14.1989
Syntaxpublic int BrightnessLevel { get; set; }Public Property BrightnessLevel As Integer
	Get
	Set
public:
virtual property int BrightnessLevel {
	int get () sealed;
	void set (int value) sealed;
}Property Value
Type: 
Int32Implements
ZebraGraphicsIBrightnessLevel
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