There are two different output types at the moment: ordinary PDF files or PPML.
            The PPML output consists of a PDF file along with an XML file with the PPML information.
            The two files can be put in an archive automatically.
            
    Namespace: 
   InfigoSDKAssembly: InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public enum InfigoOutputType | 
| Visual Basic (Declaration) | 
|---|
| Public Enumeration InfigoOutputType | 
| Visual C++ | 
|---|
| public enum class InfigoOutputType | 
 Members
Members
| Member name | Description | |
|---|---|---|
| 
            PDF output type.
             | ||
| PPML | 
            PPML output type.
             | 





