Interface IPageSavingCallback
Interface IPageSavingCallback
Namespace: Aspose.Words.Saving
Assembly: Aspose.Words.dll (25.3.0)
Implement this interface if you want to control how Aspose.Words saves separate pages when saving a document to fixed page formats.
public interface IPageSavingCallback
Methods
PageSaving(PageSavingArgs)
Called when Aspose.Words saves a separate page to fixed page formats.
void PageSaving(PageSavingArgs args)
Parameters
args
PageSavingArgs