This number is used for the 
X_RECORDS output mode and determines how many
            records are written into a single PDF file.
            
 (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
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
See Also