IDocumentLoadingCallback
Overview
IDocumentLoadingCallback is a interface in Aspose.Words FOSS for .NET.
Implement this interface if you want to have your own custom method called during loading a document.
This interface provides 1 method for working with IDocumentLoadingCallback objects in .NET programs.
Available methods include: Notify.
All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package.
Methods
| Signature | Description |
|---|---|
Notify(args: DocumentLoadingArgs) | This is called to notify of document loading progress. |