The destination path to the output directory, which is used for the multi file output modes.

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

Syntax

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

See Also