GetPossibleConversions
Leave feedback
On this page
Gets possible conversions for the source document.
public PossibleConversions GetPossibleConversions()
Possible conversions as PossibleConversions.
Learn more
- Learn more about supported conversions: Full list of supported conversions
- Learn more about available conversions: How to get supported conversions in code
- class PossibleConversions
- class Converter
- namespace GroupDocs.Conversion
- assembly GroupDocs.Conversion
Gets supported conversions for provided document extension
public static PossibleConversions GetPossibleConversions(string extension)
| Parameter | Type | Description |
|---|---|---|
| extension | String | Document extension |
Possible conversions for the specified extension as PossibleConversions.
Learn more
- Learn more about supported conversions: Full list of supported conversions
- Learn more about available conversions: How to get supported conversions in code
Converter.GetPossibleConversions(".docx")
Converter.GetPossibleConversions(“docx”)
- class PossibleConversions
- class Converter
- namespace GroupDocs.Conversion
- assembly GroupDocs.Conversion
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.