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

Data Property (IccUint64ArrayTagType)






Gets or sets the tag's data. .NET support
Syntax
public long[] Data {get; set;}
'Declaration
 
Public Property Data As Long()
'Usage
 
Dim instance As IccUint64ArrayTagType
Dim value() As Long
 
instance.Data = value
 
value = instance.Data
public long[] Data {get; set;}
 get_Data();
set_Data(value);
public:
property array<int64>^ Data {
   array<int64>^ get();
   void set (    array<int64>^ 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

IccUint64ArrayTagType Class
IccUint64ArrayTagType Members

 

 


Products | Support | Contact Us | Copyright Notices

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