PageSavingArgs class
PageSavingArgs class
Provides data for the IPageSavingCallback.pageSaving() event. To learn more, visit the Programming with Documents documentation article.
Constructors
Name | Description |
---|---|
PageSavingArgs() | The default constructor. |
Properties
Name | Description |
---|---|
keepPageStreamOpen | Specifies whether Aspose.Words should keep the stream open or close it after saving a document page. |
pageFileName | Gets or sets the file name where the document page will be saved to. |
pageIndex | Current page index. |
See Also
- module Aspose.Words.Saving