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

    Property Value

    This value equals to the minor version of the ICC specification to which this profile complies.
    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