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




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

Color data for the type of color space you want to create.
Initializes a new instance of the ImGearPDEColorSpace class.
Syntax
'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.
See Also

Reference

ImGearPDEColorSpace Class
ImGearPDEColorSpace Members
Overload List
ImGearPDFAtom Class
ImGearPDEColorData Class