LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

Data Property (IccS15Fixed16ArrayTagType)

Show in webframe





Gets or sets the tag type array of data.
Syntax
public int[] Data {get; set;}
'Declaration
 
Public Property Data As Integer()
'Usage
 
Dim instance As IccS15Fixed16ArrayTagType
Dim value() As Integer
 
instance.Data = value
 
value = instance.Data

            

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

Property Value

Array that contains the tag's data.
Requirements

Target Platforms

See Also

Reference

IccS15Fixed16ArrayTagType Class
IccS15Fixed16ArrayTagType Members

 

 


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