'Declaration Public Function New( _ ByVal name As ImGearPDFAtom, _ ByVal colorData As ImGearPDEColorData _ )
'Usage Dim name As ImGearPDFAtom Dim colorData As ImGearPDEColorData Dim instance As New ImGearPDEColorSpace(name, colorData)
public ImGearPDEColorSpace( ImGearPDFAtom name, ImGearPDEColorData colorData )
public: ImGearPDEColorSpace( ImGearPDFAtom* name, ImGearPDEColorData* colorData )
public: ImGearPDEColorSpace( ImGearPDFAtom^ name, ImGearPDEColorData^ colorData )
Parameters
- name
- 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
The new instance of ImGearPDEColorSpace class object.