LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

InputProfileData Property

Show in webframe





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;}
'Declaration
 
Public Property InputProfileData As Byte()
'Usage
 
Dim instance As ConversionParameters
Dim value() As Byte
 
instance.InputProfileData = value
 
value = instance.InputProfileData

            

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

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.