PageSavingArgs class
PageSavingArgs class
Provides data for the IPageSavingCallback.page_saving() event.
To learn more, visit the Programming with Documents documentation article.
Constructors
Properties
Name | Description |
---|
keep_page_stream_open | Specifies whether Aspose.Words should keep the stream open or close it after saving a document page. |
page_file_name | Gets or sets the file name where the document page will be saved to. |
page_index | Current page index. |
page_stream | Allows to specify the stream where the document page will be saved to. |
See Also