[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.SaveMode

SaveMode Enum

Defines the modes of saving a PDF.

Namespace: GrapeCity.Documents.Pdf
Assembly: DS.Documents.Pdf.dll
Syntax
public enum SaveMode
Public Enum SaveMode

Fields

Name Description
Default

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

IncrementalUpdate

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

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