Class DocumentSaveOptions
Saving options to customize save behavior.
Inheritance
System.Object
DocumentSaveOptions
Namespace: PSPDFKit
Assembly: PSPDFKit.dll
Syntax
public class DocumentSaveOptions : object
Fields
applyRedactionAnnotations
If true, redaction annotations that are present will be applied. It is not possible to apply redaction annotations incrementally therefore a full save will be performed.
Declaration
public bool applyRedactionAnnotations
Field Value
Type | Description |
---|---|
System.Boolean |
flattenAnnotations
If true, all annotations will be flattened into the document. The incremental flag will be ignored if flattening is enabled.
Declaration
public bool flattenAnnotations
Field Value
Type | Description |
---|---|
System.Boolean |
forceSave
Force a save even if there is no modifications made.
Declaration
public bool forceSave
Field Value
Type | Description |
---|---|
System.Boolean |
incremental
If true, PSPDFKit will attempt to only append incremental changes to the document instead of rewriting it. May not be possible in all cases. An incremental save will not be performed if applyRedactionAnnotations is true.
Declaration
public bool incremental
Field Value
Type | Description |
---|---|
System.Boolean |