LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)
LEAD Technologies, Inc

DestinationInputTable Property






Gets or sets a character string that contains the destination image name for emulation, used with the ConversionMethodFlags.UseCustomEmulationTables active conversion method. .NET support
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 string DestinationInputTable {get; set;}
 get_DestinationInputTable();
set_DestinationInputTable(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ConversionParameters Class
ConversionParameters Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.