Accusoft.PrintProSdk Namespace : Alignment Enumeration |
'Declaration Public Enum Alignment Inherits System.Enum
'Usage Dim instance As Alignment
public enum Alignment : System.Enum
__value public enum Alignment : public System.Enum
public enum class Alignment : public System.Enum
Member | Value | Description |
---|---|---|
CenterJustifyBottom | 8 | Center Justify Bottom |
CenterJustifyMiddle | 7 | Center Justify Middle |
CenterJustifyTop | 6 | Center Justify Top |
LeftJustifyBottom | 2 | Left Justify Bottom |
LeftJustifyMiddle | 1 | Left Justify Middle |
LeftJustifyTop | 0 | Left Justify Top |
RightJustifyBottom | 5 | Right Justify Bottom |
RightJustifyMiddle | 4 | Right Justify Middle |
RightJustifyTop | 3 | Right Justify Top |
System.Object
System.ValueType
System.Enum
Accusoft.PrintProSdk.Alignment