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

In This Topic
    ICCProfileVersion Constructor
    In This Topic
    Construct from constituent parts.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal major As Byte, _
       ByVal minor As Byte, _
       ByVal res1 As Byte, _
       ByVal res2 As Byte _
    )
    public ICCProfileVersion( 
       byte major,
       byte minor,
       byte res1,
       byte res2
    )

    Parameters

    major
    minor
    res1
    res2
    See Also