The output format to be used (See InfigoBatchRunData..::.InfigoOutputType). Please note that PPML is only valid for single file outputs.

Namespace:  InfigoSDK
Assembly:  InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public InfigoBatchRunData..::.InfigoOutputType OutputFormat { get; set; }
Visual Basic (Declaration)
Public Property OutputFormat As InfigoBatchRunData..::.InfigoOutputType
Visual C++
public:
property InfigoBatchRunData..::.InfigoOutputType OutputFormat {
	InfigoBatchRunData..::.InfigoOutputType get ();
	void set (InfigoBatchRunData..::.InfigoOutputType value);
}

See Also