Accusoft.ImagXpressSdk Namespace : EnhancementDirection Enumeration |
'Declaration Public Enum EnhancementDirection Inherits System.Enum
'Usage Dim instance As EnhancementDirection
public enum EnhancementDirection : System.Enum
__value public enum EnhancementDirection : public System.Enum
public enum class EnhancementDirection : public System.Enum
Member | Value | Description |
---|---|---|
All | 0 | Enhance all directions. |
Down | 4 | Enhance down. |
Left | 1 | Enhance left. |
LeftDown | 6 | Enhance diagonally left down. |
LeftDownBoth | 10 | Enhance left, down, and diagonally left down. |
LeftUp | 5 | Enhance diagonally left up. |
LeftUpBoth | 9 | Enhance left, up, and diagonally left up. |
Right | 2 | Enhance right. |
RightDown | 8 | Enhance diagonally right down. |
RightDownBoth | 12 | Enhance right, down, and diagonally right down. |
RightUp | 7 | Enhance diagonally right up. |
RightUpBoth | 11 | Enhance right, up, and diagonally right up. |
Up | 3 | Enhance up. |
System.Object
System.ValueType
System.Enum
Accusoft.ImagXpressSdk.EnhancementDirection