ClearImage .NET API
Rotation Property (CiBarcode)





Inlite.ClearImage Namespace > CiBarcode Class : Rotation Property
Barcode Rotation
Syntax
'Declaration
 
Public Property Rotation As EBarcodeRotation
'Usage
 
Dim instance As CiBarcode
Dim value As EBarcodeRotation
 
instance.Rotation = value
 
value = instance.Rotation
public EBarcodeRotation Rotation {get; set;}
public read-write property Rotation: EBarcodeRotation; 
public function get,set Rotation : EBarcodeRotation
public:
property EBarcodeRotation Rotation {
   EBarcodeRotation get();
   void set (    EBarcodeRotation value);
}
See Also

Reference

CiBarcode Class
CiBarcode Members