API Reference

Class

PowerPointPreviewExporter

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers static

Optional slide preview/export boundary backed by installed Microsoft PowerPoint automation.

Inheritance

  • Object
  • PowerPointPreviewExporter

Methods

public static Boolean IsPowerPointAutomationAvailable() #
Returns: Boolean

Returns true when this process can locate Microsoft PowerPoint automation.

public static Boolean TryExportSlides(String presentationPath, String outputDirectory, out PowerPointPreviewExportResult result, PowerPointPreviewExportFormat format = Png, Int32 width = 0, Int32 height = 0) #
Returns: Boolean

Attempts to export slides from a saved presentation to image files.

Parameters

presentationPath System.String requiredposition: 0
outputDirectory System.String requiredposition: 1
result OfficeIMO.PowerPoint.PowerPointPreviewExportResult@ requiredposition: 2
format OfficeIMO.PowerPoint.PowerPointPreviewExportFormat = Png optionalposition: 3
width System.Int32 = 0 optionalposition: 4
height System.Int32 = 0 optionalposition: 5