progress_callback property

SaveOptions.progress_callback property

Called during saving a document and accepts data about saving progress.

@property
def progress_callback(self) -> aspose.words.saving.IDocumentSavingCallback:
    ...

@progress_callback.setter
def progress_callback(self, value: aspose.words.saving.IDocumentSavingCallback):
    ...

Remarks

Progress is reported when saving to SaveFormat.DOCX, SaveFormat.FLAT_OPC, SaveFormat.DOCM, SaveFormat.DOTM, SaveFormat.DOTX, SaveFormat.DOC, SaveFormat.DOT, SaveFormat.HTML, SaveFormat.MHTML, SaveFormat.EPUB, SaveFormat.XAML_FLOW, or SaveFormat.XAML_FLOW_PACK.

See Also