The AnnTextRotate Enumeration is available in LEADTOOLS Document and Medical Imaging toolkits.
Indicates how much the IAnnTextObject with.Visual Basic (Declaration) | |
---|---|
Public Enum AnnTextRotate Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnTextRotate |
C# | |
---|---|
public enum AnnTextRotate : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class AnnTextRotate : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
Rotate0 | Do not rotate the text. |
Rotate180 | Rotate the text 180 degrees counter clockwise. |
Rotate270 | Rotate the text 270 degrees counter clockwise. |
Rotate90 | Rotate the text 90 degrees counter clockwise. |
Use this enumeration with the IAnnTextObject.TextRotate property.
System.Object
System.ValueType
System.Enum
Leadtools.Annotations.AnnTextRotate
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7