Specifies the output type for batch operations. Possible values are:
            
    Namespace: 
   InfigoSDK- PPMLOutput is a PPML file along with the PDF for optimized printing.
- PDFOutput is a normal PDF file.
Assembly: InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public enum BatchOutputType | 
| Visual Basic (Declaration) | 
|---|
| Public Enumeration BatchOutputType | 
| Visual C++ | 
|---|
| public enum class BatchOutputType | 
 Members
Members
| Member name | Description | |
|---|---|---|
| PPML | 
            PPML output.
             | |
| 
            PDF output.
             | 





