'Declaration Public Enum SaveMode Inherits System.Enum
public enum SaveMode : System.Enum
'Declaration Public Enum SaveMode Inherits System.Enum
public enum SaveMode : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Pdf.SaveMode