Visual Basic (Declaration) | |
---|---|
Public Enum BarcodeRotation Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum BarcodeRotation : Enum |
Managed Extensions for C++ | |
---|---|
__value public enum BarcodeRotation : public Enum |
C++/CLI | |
---|---|
public enum class BarcodeRotation : public Enum |
Member | Description |
---|---|
none | Not rotated |
left | Rotated counter-clockwise |
right | Rotated clockwise |
diagonal | Rotated diagonally |
upsideDown | Rotated upside down |