IPageSavingCallback

IPageSavingCallback

Overview

IPageSavingCallback is a interface in Aspose.Words FOSS for .NET.

Implement this interface if you want to control how Aspose.Words saves separate pages when saving a document to fixed page formats.

This interface provides 1 method for working with IPageSavingCallback objects in .NET programs. Available methods include: PageSaving. All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package.

Methods

SignatureDescription
PageSaving(args: PageSavingArgs)Called when Aspose.Words saves a separate page to fixed page formats.

See Also