progress_callback property

LoadOptions.progress_callback property

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

@property
def progress_callback(self) -> aspose.words.loading.IDocumentLoadingCallback:
    ...

@progress_callback.setter
def progress_callback(self, value: aspose.words.loading.IDocumentLoadingCallback):
    ...

Remarks

LoadFormat.DOCX, LoadFormat.FLAT_OPC, LoadFormat.DOCM, LoadFormat.DOTM, LoadFormat.DOTX, LoadFormat.MARKDOWN, LoadFormat.RTF, LoadFormat.WORD_ML, LoadFormat.DOC, LoadFormat.DOT, LoadFormat.ODT, LoadFormat.OTT formats supported.

See Also