SPDocumentConverterCollection Class
Represents a collection of SPDocumentConverter objects that are available to a Web application.
System.Object
Microsoft.SharePoint.Administration.SPPersistedObjectCollection<SPDocumentConverter>
Microsoft.SharePoint.Administration.SPPersistedChildCollection<SPDocumentConverter>
Microsoft.SharePoint.Administration.SPDocumentConverterCollection
Microsoft.SharePoint.Administration.SPPersistedObjectCollection<SPDocumentConverter>
Microsoft.SharePoint.Administration.SPPersistedChildCollection<SPDocumentConverter>
Microsoft.SharePoint.Administration.SPDocumentConverterCollection
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Use the DocumentConverters property of the SPWebApplication class to return the collection of document converters within a Web application. To add a document converter to the collection, use the Add method of the SPPersistedChildCollection<T> class.
Use an indexer to return a single document converter from the collection. For example, if the collection is assigned to a variable named myDocumentConverters, use myDocumentConverters[index] in C#, or myDocumentConverters(index) in Visual Basic, where index is either the name or the GUID identifying the document converter.