[]
Defines the modes of saving a PDF.
public enum SaveMode
Default = 0Default mode. In this mode, the PDF is not linearized and incremental update is not used.
IncrementalUpdate = 2The 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 = 1The document is saved as a linearized ("fast web view") PDF.