There are three general modes in which a batch job can work.
  • 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.

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

Syntax

C#
public enum InfigoBatchType
Visual Basic (Declaration)
Public Enumeration InfigoBatchType
Visual C++
public enum class InfigoBatchType

Members

Member nameDescription
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.

See Also