The file praefix will will be added to the output files in multi file output mode.

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

Syntax

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

See Also