The destination path to the output file, which is used for the SINGLE_FILE mode.

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

Syntax

C#
public string SingleOutputFile { get; set; }
Visual Basic (Declaration)
Public Property SingleOutputFile As String
Visual C++
public:
property String^ SingleOutputFile {
	String^ get ();
	void set (String^ value);
}

See Also