ImageGear v26.3 - Updated
ImageGear.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.





In This Topic
    ImGearPDEColorSpace Constructor(ImGearPDFAtom)
    In This Topic
    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