API Reference

Enum

PowerPointPresentationConversionFailureReason

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

Identifies why a PowerPoint conversion was rejected.

Inheritance

  • Enum
  • PowerPointPresentationConversionFailureReason

Usage

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

Values

public const PowerPointPresentationConversionFailureReason SameFormat #

The source already uses the requested concrete format.

Value: 0
public const PowerPointPresentationConversionFailureReason DestinationExists #

The destination exists and replacement was not allowed.

Value: 1
public const PowerPointPresentationConversionFailureReason DataLossBlocked #

Known fidelity loss was blocked by policy.

Value: 2
public const PowerPointPresentationConversionFailureReason DestinationFeatureUnsupported #

The destination writer cannot represent source content.

Value: 3