Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.5.7
DestinationInputTable Property
See Also 
Leadtools.ColorConversion Namespace > ConversionParameters Class : DestinationInputTable Property




Gets or sets a character string that contains the destination image name for emulation, used with the ConversionMethodFlags.ConversionMethodFlags.UseCustomEmulationTables active conversion method.

Syntax

Visual Basic (Declaration) 
Public Property DestinationInputTable As String
Visual Basic (Usage)Copy Code
Dim instance As ConversionParameters
Dim value As String
 
instance.DestinationInputTable = value
 
value = instance.DestinationInputTable
C# 
public string DestinationInputTable {get; set;}
Managed Extensions for C++ 
public: __property string* get_DestinationInputTable();
public: __property void set_DestinationInputTable( 
   string* value
);
C++/CLI 
public:
property String^ DestinationInputTable {
   String^ get();
   void set (String^ value);
}

Return 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: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also