API Reference
Class
PowerPointDesktopReferenceRenderer
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:
PowerPointReferenceRenderResultAttempts to export each slide to PNG through locally installed PowerPoint Desktop.
Parameters
- presentationPath System.String
- outputDirectory System.String
- enabled System.Boolean = false
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object