There are three general modes in which a batch job can work.
            
    Namespace: 
   InfigoSDK- SINGLE_FILE This mode generates a single output file containing all records.
- X_RECORDS This mode generates PDF files where each one contains NumberOfRecordsPerFile records.
- ONE_RECORD Each record is written into a separate file.
Assembly: InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public enum InfigoBatchType | 
| Visual Basic (Declaration) | 
|---|
| Public Enumeration InfigoBatchType | 
| Visual C++ | 
|---|
| public enum class InfigoBatchType | 
 Members
Members
| Member name | Description | |
|---|---|---|
| SINGLE_FILE | 
            The single file operation mode.
             | |
| X_RECORDS | 
            The x records per file operation mode.
             | |
| ONE_RECORD | 
            The one record per file operation mode.
             | 





