API Reference

Class

PowerPointStreamOpenOptions

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

Controls access and persistence for a presentation opened from a caller-owned stream.

Inheritance

  • Object
  • PowerPointStreamOpenOptions

Usage

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

Accepted by parameters

Constructors

public PowerPointStreamOpenOptions() #

Properties

public PowerPointOpenMode Mode { get; set; } #

Opens the presentation for editing or read-only inspection.

public Boolean AutoSave { get; set; } #

Writes editable changes back to the source stream when the presentation is disposed.