ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / 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