API Reference

Class

PowerPointDesktopReferenceRenderer

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers static

Explicit PowerPoint Desktop reference-render lane. Office automation is never invoked unless the method's enabled argument is true and is not used by ordinary image, HTML, PDF, or save operations.

Inheritance

  • Object
  • PowerPointDesktopReferenceRenderer

Methods

public static PowerPointReferenceRenderResult TryRender(String presentationPath, String outputDirectory, Boolean enabled = false) #
Returns: PowerPointReferenceRenderResult

Attempts to export each slide to PNG through locally installed PowerPoint Desktop.

Parameters

presentationPath System.String requiredposition: 0
outputDirectory System.String requiredposition: 1
enabled System.Boolean = false optionalposition: 2