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:  InfigoSDK
Assembly:  InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

Members

Member nameDescription
PDF
PDF output type.
PPML
PPML output type.

See Also