LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

Version Property

Show in webframe





Gets or sets the version of the ICC profile.
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:
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

See Also

Reference

IccHeader Structure
IccHeader Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.