Constructs a new object in the mode which will generate a maximal number of preview records.

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

Syntax

C#
public InfigoBatchPreviewData(
	int nNumRecords
)
Visual Basic (Declaration)
Public Sub New ( _
	nNumRecords As Integer _
)
Visual C++
public:
InfigoBatchPreviewData(
	int nNumRecords
)

Parameters

nNumRecords
Type: System..::.Int32
The number of preview records to generate.

See Also