OnConversionCompleted
Leave feedback
On this page
Registers a callback to be invoked when a document conversion completes successfully.
public IConversionHandlerFailed OnConversionCompleted(Action<ConvertedContext> onCompleted)
| Parameter | Type | Description |
|---|---|---|
| onCompleted | Action`1 | An action to handle the completion, receiving the conversion context. |
Interface to continue conversion building, allowing only OnConversionFailed or Convert/Compress.
- class ConvertedContext
- interface IConversionHandlerOnly
- 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.