| ImageGear Professional v18.2 > API Reference Guide > PDF Component API Reference > PDF Component Objects > Page Editing Objects and Elements > IGPDEImage Object |
PDE image object. An element that contains an Image XObject or in-line image. You can associate data or a stream with an image.
IIGPDEImage extends IIGPDEElement
| GetAttributes Method | Gets image attributes. |
| GetColorMask Method | Obtains the Mask entry from the image dictionary. |
| GetColorSpace Method | Gets the color space object for an image. |
| GetData Method | Gets an image's data. |
| GetDataStream Method | Gets a data stream for an image. |
| GetDecodeArray Method | Gets the decode array for an image. |
| GetDictionary Method | Gets the dictionary for an image. |
| GetFilterArray Method | Gets the filter array for an image. |
| GetMatteArray Method | Gets the matte array for the image XObject. |
| GetSoftMask Method | Gets the soft mask for an image. |
| SetColorMask Method | Sets the Mask entry from the image dictionary. |
| SetColorSpace Method | Sets the color space object for an image. |
| SetData Method | Sets data for an image. |
| SetDataStream Method | Sets a data stream for an image. |
| SetDecodeArray Method | Sets the decode array for an image. |
| SetMatteArray Method | Sets the matte array for the image XObject. |
| SetSoftMask Method | Sets the soft mask for an image. |
| DataLength Property | Number of bytes of image data, specified by the width, height, bits per component, and color space of the image. |
| EncodedLength Property | Length of the encoded data-if the data is encoded, that is, IsDataEncoded Property is True. |
| HasSoftMask Property | True if the soft mask exists; False otherwise. |
| IsDataEncoded Property | True if GetData Method returns encoded data, False otherwise. Returns False for XObject images. |
| IsXObject Property | True if the image is an XObject image, False otherwise. |