Item
PossibleConversions indexer (1 of 2)
Returns target conversion for specified target file type
public TargetConversion this[FileType target] { get; }
| Parameter | Description | 
|---|---|
| target | The file type for which to get the target conversion | 
Return Value
TargetConversion or null
See Also
- class TargetConversion
 - class FileType
 - class PossibleConversions
 - namespace GroupDocs.Conversion.Contracts
 - assembly GroupDocs.Conversion
 
PossibleConversions indexer (2 of 2)
Returns target conversion for specified target file type extension
public TargetConversion this[string extension] { get; }
| Parameter | Description | 
|---|---|
| extension | file extension for which to return the target conversion | 
Return Value
TargetConversion or null
See Also
- class TargetConversion
 - class PossibleConversions
 - namespace GroupDocs.Conversion.Contracts
 - assembly GroupDocs.Conversion