ImageGear .NET - Updated November 28, 2017
ImGearPDEColorSpace Constructor(ImGearPDFAtom)




ImageGear23.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)

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