Gets or sets the version of the ICC profile.
Syntax
Visual Basic (Declaration) | |
---|
Public Property Version As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As IccHeader
Dim value As Integer
instance.Version = value
value = instance.Version |
C# | |
---|
public int Version {get; set;} |
C++/CLI | |
---|
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.
Requirements
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also