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

Data Property (IccS15Fixed16ArrayTagType)






Gets or sets the tag type array of data. .NET support
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 int[] Data {get; set;}
 get_Data();
set_Data(value);
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: 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

IccS15Fixed16ArrayTagType Class
IccS15Fixed16ArrayTagType Members

 

 


Products | Support | Contact Us | Copyright Notices

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