Spread Windows Forms 6.0 Product Documentation
Rotation Enumeration
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType.BarCode Namespace : Rotation Enumeration


Glossary Item Box

Specifies the rotation angle of the barcode.

Syntax

Visual Basic (Declaration) 
Public Enum Rotation 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As Rotation
C# 
public enum Rotation : System.Enum 

Members

MemberDescription
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

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.Spread.CellType.BarCode.Rotation

Requirements

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

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.