API Reference

Enum

PowerPointOpenMode

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

Controls whether an existing presentation is opened for editing or inspection.

Inheritance

  • Enum
  • PowerPointOpenMode

Usage

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

Accepted by parameters

Values

public const PowerPointOpenMode Edit #

The presentation is editable and file-backed changes are saved on dispose.

Value: 0
public const PowerPointOpenMode ReadOnly #

The presentation is opened without write access or repair behavior.

Value: 1