PageSavingArgs class

PageSavingArgs class

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

Constructors

NameDescription
PageSavingArgs()The default constructor.

Properties

NameDescription
keep_page_stream_openSpecifies whether Aspose.Words should keep the stream open or close it after saving a document page.
page_file_nameGets or sets the file name where the document page will be saved to.
page_indexCurrent page index.
page_streamAllows to specify the stream where the document page will be saved to.

See Also