[]
Defines the modes of saving a PDF.
public enum SaveMode
Default = 0
Default mode. In this mode, the PDF is not linearized and incremental update is not used.
IncrementalUpdate = 2
The document is saved using incremental update.
Note that this method is not applicable if the current PDF was created from scratch (i.e. an existing PDF was not loaded). In that case this value will be ignored and Default will be used.
Linearized = 1
The document is saved as a linearized ("fast web view") PDF.