Description:
Creates a new color space object of the specified type.
Syntax:
CreatePDEColorSpace (Family As IGPDFAtom, ColorData As
IGPDEColorData) As IGPDEColorSpace
Parameters:
Name |
Description |
Family |
Supports the following PDF color spaces:
- Device-dependent names: DeviceCMYK, DeviceGray, DeviceN, or DeviceRGB.
- Device-independent names: CalGray, CalRGB, Lab, or ICCBased.
- Special names: Indexed, Pattern, or Separation.
|
ColorData |
Color data for the type of color space you want to create. |
Return Value:
IGPDEColorSpace Object