ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEImage Class / GetColorSpace Method




In This Topic
    GetColorSpace Method (ImGearPDEImage)
    In This Topic
    Gets the color space object for an image.
    Syntax
    'Declaration
     
    Public Function GetColorSpace() As ImGearPDEColorSpace
    'Usage
     
    Dim instance As ImGearPDEImage
    Dim value As ImGearPDEColorSpace
     
    value = instance.GetColorSpace()
    public ImGearPDEColorSpace GetColorSpace()
    public: ImGearPDEColorSpace* GetColorSpace(); 
    public:
    ImGearPDEColorSpace^ GetColorSpace(); 

    Return Value

    ImGearPDEColorSpace class value.
    Remarks
    Null if image an image mask.
    See Also