LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

Data Property (IccDataTagType)

Show in webframe





Gets or sets the IccData structure.
Syntax
public IccData Data {get; set;}
'Declaration
 
Public Property Data As IccData
'Usage
 
Dim instance As IccDataTagType
Dim value As IccData
 
instance.Data = value
 
value = instance.Data

            

            
public:
property IccData Data {
   IccData get();
   void set (    IccData value);
}

Property Value

IccData structure that contains the tag's data.
Requirements

Target Platforms

See Also

Reference

IccDataTagType Class
IccDataTagType Members

 

 


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