Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging.jpeg.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 System.Byte, _
       ByVal minor As System.Byte, _
       ByVal res1 As System.Byte, _
       ByVal res2 As System.Byte _
    )
    public ICCProfileVersion( 
       System.byte major,
       System.byte minor,
       System.byte res1,
       System.byte res2
    )

    Parameters

    major
    minor
    res1
    res2
    See Also