ClearImage .NET API
Rotation Property (Barcode)





Inlite.ClearImageNet Namespace > Barcode Class : Rotation Property
Barcode Rotation
Syntax
'Declaration
 
Public ReadOnly Property Rotation As BarcodeRotation
'Usage
 
Dim instance As Barcode
Dim value As BarcodeRotation
 
value = instance.Rotation
public BarcodeRotation Rotation {get;}
public read-only property Rotation: BarcodeRotation; 
public function get Rotation : BarcodeRotation
public:
property BarcodeRotation Rotation {
   BarcodeRotation get();
}
See Also

Reference

Barcode Class
Barcode Members