ImageGear for .NET
ImGearPDEImageAttrFlags Enumeration
See Also  Send Feedback
ImageGear21.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace : ImGearPDEImageAttrFlags Enumeration




Glossary Item Box

Specifies PDE image attributes.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Members

MemberValueDescription
EXTERNAL0x00000001Image is an XObject.
HAVE_DECODE0x00000008We have a decode array.
INDEXED0x00000010Uses an indexed color space.
INTERPOLATE0x00000004Interpolate is true.
MASK0x00000002Image is an imagemask.
MASKED_BY_COLOR0x00000040Image has a Mask key containing an array of color values.
MASKED_BY_POSITION0x00000020Image has a Mask key containing an ImageMask stream.

Remarks

See Section 4.8.4 in the PDF Reference for more information on image attributes.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Formats.PDF.ImGearPDEImageAttrFlags

See Also

©2013. Accusoft Corporation. All Rights Reserved.