LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

Data Property (IccData)

Show in webframe





Gets or sets the data values.
Syntax
public byte[] Data {get; set;}
'Declaration
 
Public Property Data As Byte()
'Usage
 
Dim instance As IccData
Dim value() As Byte
 
instance.Data = value
 
value = instance.Data

            

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

Property Value

Array that contains the tag data.
Requirements

Target Platforms

See Also

Reference

IccData Structure
IccData Members

 

 


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