API Reference

Enum

PowerPointSignatureMutationAction

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

Action taken by the latest signature mutation check.

Inheritance

  • Enum
  • PowerPointSignatureMutationAction

Usage

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

Values

public const PowerPointSignatureMutationAction None #

No signature metadata was present.

Value: 0
public const PowerPointSignatureMutationAction Blocked #

Save was blocked.

Value: 1
public const PowerPointSignatureMutationAction Removed #

Signature metadata was removed.

Value: 2
public const PowerPointSignatureMutationAction Preserved #

Signature metadata was preserved by explicit policy.

Value: 3