LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

Data Property (IccUint64ArrayTagType)

Show in webframe





Gets or sets the tag's data.
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:
property array<int64>^ Data {
   array<int64>^ get();
   void set (    array<int64>^ value);
}

Property Value

Array that contains the tag's data.
Requirements

Target Platforms

See Also

Reference

IccUint64ArrayTagType Class
IccUint64ArrayTagType Members

 

 


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