BarcodeUtilRotation Property 
             | 
          
        
         
            Get or set the rotation angle to apply to the barcode.
            
 
    Namespace: 
   Zebra.Sdk.Card.Graphics.Barcode
    Assembly:
   SdkApi_Card_Desktop (in SdkApi_Card_Desktop.dll) Version: 2.14.1989
SyntaxBarcodeRotationType Rotation { get; set; }Property Rotation As BarcodeRotationType
	Get
	Set
property BarcodeRotationType Rotation {
	BarcodeRotationType get ();
	void set (BarcodeRotationType value);
}Property Value
Type: 
BarcodeRotationType
See Also