This this flag to true in order to pack the PDF and PPML file into a single archive (this flag is no effect for any other output types than PPML).

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

Syntax

C#
public bool CreateArchive { get; set; }
Visual Basic (Declaration)
Public Property CreateArchive As Boolean
Visual C++
public:
property bool CreateArchive {
	bool get ();
	void set (bool value);
}

See Also