This member returns true, if working preview thumbnails can be created via the simple update method (which is faster). This is only working for certain templates.

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

Syntax

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

See Also