API Reference

Enum

OdfEncryptionHandling

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

Controls save behavior for a package that was encrypted when loaded.

Inheritance

  • Enum
  • OdfEncryptionHandling

Usage

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

Values

public const OdfEncryptionHandling Preserve #

Require encryption settings so an encrypted source cannot be written as plaintext accidentally.

Value: 0
public const OdfEncryptionHandling Remove #

Explicitly allow the decrypted package to be written without encryption.

Value: 1