LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

Data Property (IccProfileExtended)

Show in webframe





Gets or sets the complete ICC profile block of data.
Syntax
public byte[] Data {get; set;}
'Declaration
 
Public Property Data As Byte()
'Usage
 
Dim instance As IccProfileExtended
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 all the ICC profile'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.