Gets or sets a character string that contains the destination image name for emulation, used with the
ConversionMethodFlags.UseCustomEmulationTables active conversion method.
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).