ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.Icc Namespace / ICCProfile Class
Members

In This Topic
    ICCProfile Class
    In This Topic
    This class models the ICCProfile file. This file is a binary file which is divided into two parts, an ICCProfileHeader followed by an ICCTagTable. The header is a straightforward list of descriptive parameters such as profile size, version, date and various more esoteric parameters. The tag table is a structured list of more complexly aggragated data describing things such as ICC curves, copyright information, descriptive text blocks, etc. Classes exist to model the header and tag table and their various constituent parts the developer is refered to these for further information on the structure and contents of the header and tag table.
    Object Model
    ICCProfile Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class ICCProfile 
    public abstract class ICCProfile 
    Inheritance Hierarchy
    See Also