com.aspose.words
Interface 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.

Method Summary
abstract voidpageSaving(PageSavingArgs args)
           Called when Aspose.Words saves a separate page to fixed page formats.
 

Method Detail

pageSaving

public abstract void pageSaving(PageSavingArgs args)
                             throws java.lang.Exception
Called when Aspose.Words saves a separate page to fixed page formats.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.