ImageGear Professional v18.2 > API Reference Guide > PDF Component API Reference > PDF Component Objects > Page Editing Objects and Elements > IGPDEImage Object > IGPDEImage Methods > SetDecodeArray Method |
Sets the decode array for an image.
Normally, the decode array is accessed through the decode field in the IGPDEImageAttrs Object. However, this method defines a decode array to handle images with a color space that has more than 4 components.
SetDecodeArray(Decode As IGIntegerArray)
Name | Description |
---|---|
Decode | The decode array to set |
None