Pageflex Document Action API
JobOutputHandling Enumeration
Namespaces > Pageflex.Scripting > JobOutputHandling
Enumeration of output handling.
Syntax| C# | Visual Basic | Managed C++ |
public enum JobOutputHandling
Public Enumeration JobOutputHandling
public enum class JobOutputHandling
Members| Member | Description |
|---|---|
| OneFilePerJob |
One output file will be generated for the entire job
|
| OneFilePerBatch |
The job will be batched
|
| OneFilePerPage |
One output file will be generated for each page in the document
|
| OneFilePerRecord |
One output file will be generated for each record in the job
|
Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)