This method is called by teh batch preview component. It should return true if there is no need to search further for preview data.

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

Syntax

C#
bool StopSearching()
Visual Basic (Declaration)
Function StopSearching As Boolean
Visual C++
bool StopSearching()

Return Value

Retrun true to stop searching.

See Also