CMYKRaster property (ILEADRasterIO)

Visual Basic example

Visual C++ 5.0 example

 

SyntaxSyntax

LPDISPATCH CMYKRaster(short iIndex)

Overview

Refer to Handling CMYK Files as Separate Bitmaps

Remarks

Gets or sets the CMYK Raster list to be used with the LoadFileCMYKArray method and the SaveFileCMYKArray method.

This property is updated by the LoadFileCMYKArray method.

The CMYK Raster list contains raster bitmaps for each of the color planes. This list should contain 4 or 5 raster bitmaps, depending on whether the alpha channel information needs to be loaded. The raster bitmaps are in this order: C (cyan), M (magenta), Y (yellow), K (black), Alpha (optional).

Set this property before calling the EnablePaintCMYKArray property.

See Also

Elements

CMYKRasterCount property, LoadFileCMYKArray method, SaveFileCMYKArray method, RasterIO property, EnablePaintCMYKArray property

Topics

Raster Images: Loading Files