API Reference

Class

PowerPointPreviewExportResult

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

Result of an optional slide preview/export attempt.

Inheritance

  • Object
  • PowerPointPreviewExportResult

Usage

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

Accepted by parameters

Properties

public Boolean Succeeded { get; } #

Gets a value indicating whether slide export completed.

public IReadOnlyList<String> Files { get; } #

Gets exported preview files discovered in the output directory.

public String Message { get; } #

Gets a human-readable status or failure message.

public Exception Exception { get; } #

Gets the caught exception when export failed after automation started.