API Reference

Enum

PowerPointReferenceRenderStatus

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

Outcome of an opt-in PowerPoint Desktop reference render.

Inheritance

  • Enum
  • PowerPointReferenceRenderStatus

Usage

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

Values

public const PowerPointReferenceRenderStatus Disabled #

The caller did not opt in.

Value: 0
public const PowerPointReferenceRenderStatus Unavailable #

The requested renderer is unavailable on this machine.

Value: 1
public const PowerPointReferenceRenderStatus Succeeded #

The renderer produced reference images.

Value: 2
public const PowerPointReferenceRenderStatus Failed #

The renderer was available but failed.

Value: 3