This member returns true, if the file currently open is an Infigo template. If it is an ordinary PDF, it will return false.

Please note that some functions will only operate on Infigo template files.

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

Syntax

C#
public bool IsInfigoTemplate { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsInfigoTemplate As Boolean
Visual C++
public:
property bool IsInfigoTemplate {
	bool get ();
}

See Also