IPageSavingCallback
public interface IPageSavingCallback
Implement this interface if you want to control how Aspose.Words saves separate pages when saving a document to fixed page formats.
Methods
Method | Description |
---|---|
pageSaving(PageSavingArgs args) | Called when Aspose.Words saves a separate page to fixed page formats. |
pageSaving(PageSavingArgs args)
public abstract void pageSaving(PageSavingArgs args)
Called when Aspose.Words saves a separate page to fixed page formats.
Parameters:
Parameter | Type | Description |
---|---|---|
args | PageSavingArgs |