This number is used for the X_RECORDS output mode and determines how many records are written into a single PDF file.

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

Syntax

C#
public int NumberOfRecordsPerFile { get; set; }
Visual Basic (Declaration)
Public Property NumberOfRecordsPerFile As Integer
Visual C++
public:
property int NumberOfRecordsPerFile {
	int get ();
	void set (int value);
}

See Also