Share via


ConversionError enumeration

Specifies a reason for a conversion error.

Namespace:  Microsoft.Office.Server.PowerPoint.Conversion
Assembly:  Microsoft.Office.Server.PowerPoint (in Microsoft.Office.Server.PowerPoint.dll)

Syntax

'Declaration
Public Enumeration ConversionError
'Usage
Dim instance As ConversionError
public enum ConversionError

Members

Member name Description
None No error.
DocumentDownloadFailed Specifies that the document or stream could not be downloaded.
DocumentTypeDisabled Specifies that the file extension is disabled by the system administrator.
DocumentOpenFailed Specifies that the document could not be opened.
DocumentConvertFailed Specifies that the document could not be converted to the specified output format.
ServiceUnavailable Specifies that the conversion service was unavailable.
ServiceBusy Specifies that the conversion service was busy.
ServiceFailed Specifies that the conversion service failed while processing the request.

See also

Reference

Microsoft.Office.Server.PowerPoint.Conversion namespace