This method loads a bmp file that has been saved in seperate CMYK planes
[Visual Basic] [ Boolean
=
]imagekitcontrolname.File.CMYKBmpPlaneFileLoad(CFileName
As String, MFileName As String, YFileName As String, KFileName As
String)
[Visual C++] [
BOOL =
]imagekitcontrolname.GetFile().CMYKBmpPlaneFileLoad(LPCTSTR
CFileName, LPCTSTR MFileName, LPCTSTR YFileName, LPCTSTR
KFileName)
Parameters
Name | Explanation |
---|---|
CFileName | The filename of the C plane image to be loaded |
MFileName | The filename of the M plane image to be loaded |
YFileName | The filename of the Y plane image to be loaded |
KFileName | The filename of the K plane image to be loaded |
Return Value
Returns True (nonzero) if successful. Returns False (0) if unsuccessful.
Explanation
The CMYKBmpPlaneFileLoad method loads a bmp file that has been saved in seperate CMYK planes. The individual CMYK plane images are 8 bit grayscale and the output image is 24 bit color.
If successful, the output image will be set in the ImageHandle property or the Layer(LayerNo).ImageHandle property according to the value set in the LayerNo property.