IDocumentPartSavingCallback
Overview
IDocumentPartSavingCallback is a interface in Aspose.Words FOSS for .NET.
Implement this interface if you want to receive notifications and control how Aspose.Words saves document parts when exporting a document to Html or Epub format.
This interface provides 1 method for working with IDocumentPartSavingCallback objects in .NET programs.
Available methods include: DocumentPartSaving.
All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package.
Methods
| Signature | Description |
|---|---|
DocumentPartSaving(args: DocumentPartSavingArgs) | Called when Aspose.Words is about to save a document part. |