API Reference

Class

PowerPointPresentationConversionOptions

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

Controls file-to-file PowerPoint conversion.

Inheritance

  • Object
  • PowerPointPresentationConversionOptions

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 PowerPointPresentationConversionOptions() #

Properties

public PowerPointConversionFileConflictPolicy FileConflictPolicy { get; set; } #

Gets or sets how an existing destination is handled.

public PowerPointConversionLossPolicy LossPolicy { get; set; } #

Gets or sets whether known conversion loss is blocked.

public OfficeCompatibilityMode CompatibilityMode { get; set; } #

Gets or sets the requested editability, visual-fidelity, and preservation strategy.

public Boolean EmbedSourceWhenLossy { get; set; } #

Gets or sets whether the complete original file is retained in an inert, hash-verified compatibility carrier when an allowed conversion is lossy.

public PowerPointSignatureMutationPolicy SignatureMutationPolicy { get; set; } #

Gets or sets how conversion handles existing digital-signature metadata. The safe default blocks package rewriting; removing or preserving invalidated markup still produces a reported security loss.

public PowerPointLoadOptions LoadOptions { get; set; } #

Gets or sets optional source load settings.

public PowerPointSaveOptions SaveOptions { get; set; } #

Gets or sets optional destination save settings.