EnablePaintCMYKArray property (ILEADRasterView)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

VARIANT_BOOL EnablePaintCMYKArray

Overview

Refer to Handling CMYK Files as Separate Bitmaps

Remarks

Enables or disables drawing a CMYK raster array as the RasterIO object in an ILEADRasterView object. Possible values are:

Value

Meaning

TRUE

A CMYK raster array may be drawn in the ILEADRasterView object.

FALSE

A CMYK raster array may not be drawn in the ILEADRasterView object.

Set the RasterIO property, the CMYKRaster property, and the CMYKRasterCount property before using the EnablePaintCMYKArray property.

See Also

Elements:

CMYKRaster property, CMYKRasterCount property, LoadFileCMYKArray method, SaveFileCMYKArray method, RasterIO property

Topics

Raster Images: Displaying Images