API Reference
Class
PowerPointPresentationConversionResult
Represents the destination artifact and report produced by a PowerPoint conversion.
Inheritance
- Object
- PowerPointPresentationConversionResult
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Methods
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public virtual String Value { get; } #Gets the normalized destination path when committed; otherwise, null.
public virtual PowerPointPresentationConversionReport Report { get; } #Gets the immutable conversion assessment.
public virtual Boolean HasLoss { get; } #Gets whether the conversion reports fidelity loss.
public virtual Boolean Succeeded { get; } #Gets whether the destination artifact was committed.