Gets or sets the version of the ICC profile.
public int Version {get; set;}
'Declaration
Public Property Version As Integer
'Usage
Dim instance As IccHeader
Dim value As Integer
instance.Version = value
value = instance.Version
public:
property int Version {
int get();
void set ( int value);
}
Property Value
A value that indicates the version of the ICC profile.The Version shall contain the value 0x04200000h for ICC version 4.2.0.0 over which this ICC profile structure and all the methods associated with it was built.