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

In This Topic
    ICCProfileHeader Class
    In This Topic
    An ICC profile contains a 128-byte header followed by a variable number of tags contained in a tag table. This class models the header portion of the profile. Most fields in the header are ints. Some, such as data and version are aggregations of ints. This class provides an api to those fields as well as the definition of standard constants which are used in the header.
    Object Model
    ICCProfileHeader Class
    Syntax
    'Declaration
     
    
    Public Class ICCProfileHeader 
    public class ICCProfileHeader 
    Inheritance Hierarchy

    System.Object
       CSJ2K.Icc.Types.ICCProfileHeader

    See Also