GraphicsInfoOpacity Property 
             | 
          
        
         
            Opacity value - meaningful only with multiple bitmaps of the same 
PrintType.
            
 
    Namespace: 
   Zebra.Sdk.Card.Containers
    Assembly:
   SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntaxpublic int Opacity { get; set; }Public Property Opacity As Integer
	Get
	Set
public:
property int Opacity {
	int get ();
	void set (int value);
}Property Value
Type: 
Int32
Remarks- 0 = All pixels opaque, except "pure white" instances
 - 1 (default) = All pixels opaque, including "pure white" instances
 
See Also