IConversionCompleted
Leave feedback
On this page
public interface IConversionCompleted
Handle conversion completed
| Method | Description |
|---|---|
| onConversionCompleted(ConvertedDocumentStream convertedDocumentStream) | Receive converted document stream. |
public abstract IConversionConvertOrCompress onConversionCompleted(ConvertedDocumentStream convertedDocumentStream)
Receive converted document stream. Will be fired only if “Save(string)” or “Save(SaveDocumentStreamForFileType)” is set.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| convertedDocumentStream | ConvertedDocumentStream | Converted document stream provider |
Returns: IConversionConvertOrCompress - Interface to continue conversion building
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.