Interface IDocumentLoadingCallback

Interface IDocumentLoadingCallback

名称: Aspose.Words.Loading 集合: Aspose.Words.dll (25.4.0)

实施这个界面,如果你想在下载文档时有自己的自定义方法呼叫。

public interface IDocumentLoadingCallback

Methods

Notify(DocumentLoadingArgs)

需要通知文件加载进展。

void Notify(DocumentLoadingArgs args)

Parameters

args DocumentLoadingArgs

这是事件的一个论点。

Remarks

这个界面的主要用途是允许应用代码获得进展状态和堕胎负载过程。

一个例外应该从堕胎的进展呼吁退出,它应该被捕入消费者代码。

看也

LoadOptions . ProgressCallback

 中文