ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEImage Class / SetColorSpace Method
The color space to set.




In This Topic
    SetColorSpace Method (ImGearPDEImage)
    In This Topic
    Sets the color space object for an image.
    Syntax
    'Declaration
     
    Public Sub SetColorSpace( _
       ByVal colorSpace As ImGearPDEColorSpace _
    ) 
    'Usage
     
    Dim instance As ImGearPDEImage
    Dim colorSpace As ImGearPDEColorSpace
     
    instance.SetColorSpace(colorSpace)
    public void SetColorSpace( 
       ImGearPDEColorSpace colorSpace
    )
    public: void SetColorSpace( 
       ImGearPDEColorSpace* colorSpace
    ) 
    public:
    void SetColorSpace( 
       ImGearPDEColorSpace^ colorSpace
    ) 

    Parameters

    colorSpace
    The color space to set.
    Remarks
    Null if image is an image mask.
    See Also