Accusoft.ImagXpressSdk Namespace : TransparencyMatch Enumeration |
'Declaration Public Enum TransparencyMatch Inherits System.Enum
'Usage Dim instance As TransparencyMatch
public enum TransparencyMatch : System.Enum
__value public enum TransparencyMatch : public System.Enum
public enum class TransparencyMatch : public System.Enum
Member | Value | Description |
---|---|---|
Closest | 1 | Use the color in the image that is the closest match to the one specified in the SaveOptions class. |
Exact | 2 | Use the color specified in the SaveOptions class. |
None | 0 | No transparent color. |
System.Object
System.ValueType
System.Enum
Accusoft.ImagXpressSdk.TransparencyMatch