Gets or sets a character string that contains the destination image name for emulation, used with the
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;} |
Property Value
Character string that contains the destination image name for emulation used with the ConversionMethodFlags.
ConversionMethodFlags.UseCustomEmulationTables active conversion method (
ActiveMethod property).
Example
Requirements
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also