Enum PdfSaveOptions
Flags controlling how a PDF document is written to its output destination.
[Flags]
public enum PdfSaveOptions : uint
Fields
None = 0Default save. The document is fully rewritten from scratch.
RemoveSecurity = 3Incremental save. Only modified objects are appended to the file, preserving the original data and any existing digital signatures.