API Reference
Class
PowerPointCompatibilityOptions
Options for local and external presentation compatibility validation.
Inheritance
- Object
- PowerPointCompatibilityOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Constructors
public PowerPointCompatibilityOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Boolean EnablePowerPointDesktop { get; set; } #Explicitly enables PowerPoint Desktop reference rendering.
public Boolean EnableLibreOffice { get; set; } #Explicitly enables a headless LibreOffice PDF import/conversion check.
public String OutputDirectory { get; set; } #Directory where compatibility artifacts are written.
public TimeSpan LibreOfficeTimeout { get; set; } #Maximum LibreOffice conversion time.