ImGearPDEImageAttrFlags Enumeration
In This Topic
Specifies PDE image attributes.
Syntax
Members
Member | Value | Description |
EXTERNAL | 1 | Image is an XObject. |
HAVE_DECODE | 8 | We have a decode array. |
INDEXED | 16 | Uses an indexed color space. |
INTERPOLATE | 4 | Interpolate is true. |
MASK | 2 | Image is an imagemask. |
MASKED_BY_COLOR | 64 | Image has a Mask key containing an array of color values. |
MASKED_BY_POSITION | 32 | Image has a Mask key containing an ImageMask stream. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ImageGear.Formats.PDF.ImGearPDEImageAttrFlags
See Also