Accusoft.ImagXpressSdk Namespace : JoinType Enumeration |
'Declaration Public Enum JoinType Inherits System.Enum
'Usage Dim instance As JoinType
public enum JoinType : System.Enum
__value public enum JoinType : public System.Enum
public enum class JoinType : public System.Enum
Member | Value | Description |
---|---|---|
Argb | 4 | Join alpha, red, green, and blue image components. |
Cmy | 2 | Join cyan, magenta, and yellow image components. |
Cmyk | 3 | Join cyan, magenta, yellow, and black image components. |
Hsl | 1 | Join hue, saturation, and luminance image components. |
Rgb | 0 | Join red, green, and blue image components. |
System.Object
System.ValueType
System.Enum
Accusoft.ImagXpressSdk.JoinType