In This Topic
GdPicture14 Namespace / GdPictureOutputIntent Enumeration

GdPictureOutputIntent Enumeration

In This Topic
Defines the intent (color detection) of the GdPicture image.
Syntax
'Declaration
 
<ComVisibleAttribute(True)>
Public Enum GdPictureOutputIntent 
   Inherits System.Enum
[ComVisible(true)]
public enum GdPictureOutputIntent : System.Enum 
public enum GdPictureOutputIntent = class(System.Enum)
ComVisibleAttribute()
public enum GdPictureOutputIntent extends System.Enum
[ComVisible(true)]
__value public enum GdPictureOutputIntent : public System.Enum 
[ComVisible(true)]
public enum class GdPictureOutputIntent : public System.Enum 
Members
MemberValueDescription
IntentBlackWhite0Black and white.
IntentColor2Colored. The default value.
IntentGrayscale1Grayscale.
IntentPalletized3Palletized image.
IntentUnknown-1Unknown or undefined intent.
IntentWhite4 White image.
Rejected100 For internal purpose. Do not use.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GdPicture14.GdPictureOutputIntent

See Also