Table of Contents

Enum PdfSaveOptions

Namespace
LMKit.Document.Pdf
Assembly
LM-Kit.NET.dll

Flags controlling how a PDF document is written to its output destination.

[Flags]
public enum PdfSaveOptions : uint

Fields

None = 0

Default save. The document is fully rewritten from scratch.

RemoveSecurity = 3

Incremental save. Only modified objects are appended to the file, preserving the original data and any existing digital signatures.

Share