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




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