Interface IDocumentPartSavingCallback

Interface IDocumentPartSavingCallback

Namespace: Aspose.Words.Saving
Assembly: Aspose.Words.dll (25.3.0)

Implement this interface if you want to receive notifications and control how Aspose.Words saves document parts when exporting a document to Aspose.Words.SaveFormat.Html or Aspose.Words.SaveFormat.Epub format.

public interface IDocumentPartSavingCallback

Methods

DocumentPartSaving(DocumentPartSavingArgs)

Called when Aspose.Words is about to save a document part.

void DocumentPartSaving(DocumentPartSavingArgs args)

Parameters

args DocumentPartSavingArgs