ClearImageNet Send comments on this topic.
Rotation Property
See Also 
Inlite.ClearImageNet Namespace > Barcode Class : Rotation Property




Direction of the barcode rotation on an image

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Rotation As BarcodeRotation
Visual Basic (Usage)Copy Code
Dim instance As Barcode
Dim value As BarcodeRotation
 
value = instance.Rotation
C# 
public BarcodeRotation Rotation {get;}
Managed Extensions for C++ 
public: __property BarcodeRotation get_Rotation();
C++/CLI 
public:
property BarcodeRotation Rotation {
   BarcodeRotation get();
}

See Also

Generated from assembly ClearImageNet [5.7.1.0]