API Reference

Class

PowerPointCompatibilityOptions

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

Options for local and external presentation compatibility validation.

Inheritance

  • Object
  • PowerPointCompatibilityOptions

Usage

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

Accepted by parameters

Constructors

public PowerPointCompatibilityOptions() #

Properties

public Boolean EnablePowerPointDesktop { get; set; } #

Explicitly enables PowerPoint Desktop reference rendering.

public Boolean EnableLibreOffice { get; set; } #

Explicitly enables a headless LibreOffice PDF import/conversion check.

public String OutputDirectory { get; set; } #

Directory where compatibility artifacts are written.

public TimeSpan LibreOfficeTimeout { get; set; } #

Maximum LibreOffice conversion time.