Skip to main content

Search OfficeIMO

Enter a topic, API type, or PowerShell command.

Documentation Search all OfficeIMO/

API Reference

Class

PowerPointPresentationConversionResult

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Implements
IOfficeConversionResult<String, PowerPointPresentationConversionReport> IOfficeResult<String> IOfficeResult
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 virtual String RequireNoLoss() #
Returns: String

Returns the committed path only when no loss was reported.

public virtual String RequireValue() #
Returns: String

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

Properties

public virtual String Value { get; } #

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

public virtual PowerPointPresentationConversionReport Report { get; } #

Gets the immutable conversion assessment.

public virtual Boolean HasLoss { get; } #

Gets whether the conversion reports fidelity loss.

public virtual Boolean Succeeded { get; } #

Gets whether the destination artifact was committed.