LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

DestinationInputTable Property

Show in webframe





Gets or sets a character string that contains the destination image name for emulation, used with the ConversionMethodFlags.UseCustomEmulationTables active conversion method.
Syntax
public string DestinationInputTable {get; set;}
'Declaration
 
Public Property DestinationInputTable As String
'Usage
 
Dim instance As ConversionParameters
Dim value As String
 
instance.DestinationInputTable = value
 
value = instance.DestinationInputTable

            

            
public:
property String^ DestinationInputTable {
   String^ get();
   void set (    String^ value);
}

Property Value

Character string that contains the destination image name for emulation used with the ConversionMethodFlags.ConversionMethodFlags.UseCustomEmulationTables active conversion method (ActiveMethod property).
Example
Refer to Emulation Tables.
Requirements

Target Platforms

See Also

Reference

ConversionParameters Class
ConversionParameters Members

 

 


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