InputFormat Property
The format of the input data.
Syntax
public TradacomstranslatorInputFormats InputFormat { get; set; }
enum TradacomstranslatorInputFormats { tifXML, tifJSON, tifTRADACOMS }
Public Property InputFormat As TradacomstranslatorInputFormats
Enum TradacomstranslatorInputFormats tifXML tifJSON tifTRADACOMS End Enum
Default Value
4
Remarks
This property specifies the format of the input data. The value set here, along with OutputFormat, determines how the data is converted when Translate is called.
Possible values are:
- 0 (ifXML)
- 1 (ifJSON)
- 4 (ifTRADACOMS)
This property is not available at design time.