ImageGear .NET v24.12 - Updated
ImGearPDEColorSpace Constructor(ImGearPDFAtom)




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEColorSpace Class > ImGearPDEColorSpace Constructor : ImGearPDEColorSpace Constructor(ImGearPDFAtom)
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.

Initializes a new instance of the ImGearPDEColorSpace class.
Syntax
'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.
See Also

Reference

ImGearPDEColorSpace Class
ImGearPDEColorSpace Members
Overload List
ImGearPDFAtom Class