API Reference

Enum

PdfSecurityMutationKind

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Existing-document Standard security mutation performed by PdfSecurityEditor.

Inheritance

  • Enum
  • PdfSecurityMutationKind

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const PdfSecurityMutationKind Encrypt #

Standard password security was added to an unencrypted document.

Value: 0
public const PdfSecurityMutationKind Decrypt #

Standard password security was removed with owner authorization.

Value: 1
public const PdfSecurityMutationKind Reencrypt #

Standard password security settings were replaced with owner authorization.

Value: 2