←Select platform

DestinationInputTable Property

Summary

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

Syntax

C#
VB
C++
public string DestinationInputTable { get; set; } 
  
Public Property DestinationInputTable As String 
public: 
property String^ DestinationInputTable { 
   String^ get(); 
   void set (    String^ ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly