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