WithOptions
Leave feedback
On this page
Sets conversion options for the conversion process.
public IConversionHandlerSetup WithOptions(ConvertOptions convertOptions)
| Parameter | Type | Description |
|---|---|---|
| convertOptions | ConvertOptions | Conversion options. |
Handler setup interface to continue conversion building.
- class ConvertOptions
- interface IConversionOptionsOnly
- namespace GroupDocs.Conversion.Fluent
- assembly GroupDocs.Conversion
Sets conversion options using a provider function.
public IConversionHandlerSetup WithOptions(Func<ConvertContext, ConvertOptions> optionsProvider)
| Parameter | Type | Description |
|---|---|---|
| optionsProvider | Func`2 | A function that provides conversion options based on the conversion context. |
Handler setup interface to continue conversion building.
- class ConvertContext
- class ConvertOptions
- interface IConversionOptionsOnly
- namespace GroupDocs.Conversion.Fluent
- 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.