Table of Contents

Enum PdfSaveFlags

Namespace
nebulae.dotPDFium.Native
Assembly
dotPDFium.dll

Specifies flags that control the behavior of saving a PDF document.

[Flags]
public enum PdfSaveFlags

Fields

Incremental = 1
NoIncremental = 2
None = 0
RemoveSecurity = Incremental | NoIncremental

Remarks

This enumeration supports bitwise combination of its values due to the FlagsAttribute. Use these flags to customize how a PDF document is saved, such as enabling incremental updates or removing security settings.