IConversionByPageCompleted
Leave feedback
On this page
public interface IConversionByPageCompleted
Handle conversion page completed
| Method | Description |
|---|---|
| onConversionCompleted(ConvertedPageStream convertedPageStream) | Receive converted page stream. |
public abstract IConversionConvertOrCompress onConversionCompleted(ConvertedPageStream convertedPageStream)
Receive converted page stream. Will be fired only if “Save(SaveDocumentStreamForFileType)” is set.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| convertedPageStream | ConvertedPageStream | Converted page 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.