API Reference
Class
PowerPointPreviewExporter
Optional slide preview/export boundary backed by installed Microsoft PowerPoint automation.
Inheritance
- Object
- PowerPointPreviewExporter
Methods
public static Boolean TryExportSlides(String presentationPath, String outputDirectory, out PowerPointPreviewExportResult result, PowerPointPreviewExportFormat format = Png, Int32 width = 0, Int32 height = 0) #Returns:
BooleanAttempts to export slides from a saved presentation to image files.
Parameters
- presentationPath System.String
- outputDirectory System.String
- result OfficeIMO.PowerPoint.PowerPointPreviewExportResult@
- format OfficeIMO.PowerPoint.PowerPointPreviewExportFormat = Png
- width System.Int32 = 0
- height System.Int32 = 0
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object