API Reference

Enum

PowerPointSignatureMutationPolicy

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

Policy applied before saving a presentation that carries digital-signature metadata.

Inheritance

  • Enum
  • PowerPointSignatureMutationPolicy

Usage

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

Values

public const PowerPointSignatureMutationPolicy BlockSave #

Block save to prevent silently invalidating an existing signature.

Value: 0
public const PowerPointSignatureMutationPolicy RemoveInvalidatedSignatures #

Remove signature parts and application metadata before saving the mutated package.

Value: 1
public const PowerPointSignatureMutationPolicy PreserveSignatureMarkup #

Preserve signature markup even though package mutation can invalidate it.

Value: 2