LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

Data Property (IccUnknownTagType)

Show in webframe





Gets or sets the tag's data.
Syntax
public byte[] Data {get; set;}
'Declaration
 
Public Property Data As Byte()
'Usage
 
Dim instance As IccUnknownTagType
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's data.
Requirements

Target Platforms

See Also

Reference

IccUnknownTagType Class
IccUnknownTagType Members

 

 


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