LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

InputProfileData Property

LEADTOOLS SDK Help  |  





Gets or sets a byte array that contains information about the input memory profile to be used as the input profile.
Syntax
public byte[] InputProfileData {get; set;}
public:
property array<byte>^ InputProfileData {
   array<byte>^ get();
   void set (    array<byte>^ value);
}
'Declaration
 
Public Property InputProfileData As Byte()
 
'Usage
 
Dim instance As ConversionParameters
Dim value() As Byte
 
instance.InputProfileData = value
 
value = instance.InputProfileData

Property Value

A byte array that contains information about the input memory profile to be used as the input profile.
Example
Refer to InputProfile example.
Requirements

Target Platforms

See Also

Reference

ConversionParameters Class
ConversionParameters Members

 

 


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