ComponentOne PDF for .NET
CSJ2K.Color Namespace / ColorSpace Class / ICCProfile Property

In This Topic
    ICCProfile Property (ColorSpace)
    In This Topic
    Retrieve the ICC profile from the images as a byte array.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property ICCProfile As Byte()
    public virtual byte[] ICCProfile {get;}

    Property Value

    the ICC Profile as a byte [].
    See Also