Visual Basic (Declaration) | |
---|---|
Public Enum Rotation Inherits System.Enum |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As Rotation |
C# | |
---|---|
public enum Rotation : System.Enum |
Member | Description |
---|---|
Rotation0 | [0] Indicates that the barcode is rotated 0 degrees (not rotated) |
Rotation180 | [180] Indicates that the barcode is rotated 180 degrees clockwise |
Rotation270 | [270] Indicates that the barcode is rotated 270 degrees clockwise |
Rotation90 | [90] Indicates that the barcode is rotated 90 degrees clockwise |
System.Object
System.ValueType
System.Enum
FarPoint.Win.Spread.CellType.BarCode.Rotation
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2