VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ColorManagement.Icc Namespace / IccProfile Class / MajorVersion Property
Syntax Requirements SeeAlso
In This Topic
    MajorVersion Property (IccProfile)
    In This Topic
    Gets the major version of this IccProfile.
    Syntax
    'Declaration
    
    <CLSCompliantAttribute(False)>
    Public ReadOnly Property MajorVersion As UInteger
    
    
    [CLSCompliant(False)]
    public uint MajorVersion { get; }
    
    
    [CLSCompliant(False)]
    public: __property uint get_MajorVersion();
    
    
    
    [CLSCompliant(False)]
    public:
    property uint MajorVersion { uint get(); }

    Property Value

    Typical values are 2 and 4, denoting compliance with ICC version 2 or ICC version 4 correspondingly.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also