[]
        
(Showing Draft Content)

SaveMode

Enumeration: SaveMode

Defines the modes of saving a PDF.

Enumeration Members

Default

Default: 0;

Default mode. In this mode, the PDF is not linearized and incremental update is not used.


IncrementalUpdate

IncrementalUpdate: 2;

The document is saved using incremental update.


Linearized

Linearized: 1;

The document is saved as a linearized ("fast web view") PDF.