API Reference

Class

PowerPointPresentationConversionResult

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

Represents the destination artifact and report produced by a PowerPoint conversion.

Inheritance

  • Object
  • PowerPointPresentationConversionResult

Usage

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

Methods

public String RequireNoLoss() #
Returns: String

Returns the committed path only when no loss was reported.

public String RequireValue() #
Returns: String

Returns the committed path or throws when no artifact was produced.

Properties

public String Value { get; } #

Gets the normalized destination path when committed; otherwise, null.

public PowerPointPresentationConversionReport Report { get; } #

Gets the immutable conversion assessment.

public Boolean HasLoss { get; } #

Gets whether the conversion reports fidelity loss.