LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

Data Property (IccXyzTagType)

Show in webframe





Gets or sets the IccXyzNumber structure.
Syntax
public IccXyzNumber[] Data {get; set;}
'Declaration
 
Public Property Data As IccXyzNumber()
'Usage
 
Dim instance As IccXyzTagType
Dim value() As IccXyzNumber
 
instance.Data = value
 
value = instance.Data

            

            
public:
property array<IccXyzNumber>^ Data {
   array<IccXyzNumber>^ get();
   void set (    array<IccXyzNumber>^ value);
}

Property Value

IccXyzNumber structure that contains the tag's data.
Requirements

Target Platforms

See Also

Reference

IccXyzTagType Class
IccXyzTagType Members

 

 


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