API Reference
Class
PowerPointPreviewExportResult
Result of an optional slide preview/export attempt.
Inheritance
- Object
- PowerPointPreviewExportResult
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Boolean Succeeded { get; } #Gets a value indicating whether slide export completed.
public IReadOnlyList<String> Files { get; } #Gets exported preview files discovered in the output directory.
public String Message { get; } #Gets a human-readable status or failure message.
public Exception Exception { get; } #Gets the caught exception when export failed after automation started.