LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)
LEAD Technologies, Inc

Version Property






Gets or sets the version of the ICC profile. .NET support
Syntax
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 int Version {get; set;}
 get_Version();
set_Version(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IccHeader Structure
IccHeader Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.