LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

TagData Property

Show in webframe





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

            

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

Property Value

Array that contains all the tag's data.
Requirements

Target Platforms

See Also

Reference

IccProfileExtended Class
IccProfileExtended Members

 

 


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