PageSavingArgs class

PageSavingArgs class

Provides data for the IPageSavingCallback.pageSaving() event. To learn more, visit the Programming with Documents documentation article.

Constructors

NameDescription
PageSavingArgs()The default constructor.

Properties

NameDescription
keepPageStreamOpenSpecifies whether Aspose.Words should keep the stream open or close it after saving a document page.
pageFileNameGets or sets the file name where the document page will be saved to.
pageIndexCurrent page index.

See Also