PageSavingArgs
Overview
PageSavingArgs is a class in Aspose.Words FOSS for .NET.
Provides data for the PageSaving event.
Properties: KeepPageStreamOpen, PageFileName, PageIndex, PageStream.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
PageStream | Stream | Read/Write | Allows to specify the stream where the document page will be saved to. |
KeepPageStreamOpen | bool | Read/Write | Specifies whether Aspose.Words should keep the stream open or close it after saving a document page. |
PageFileName | string | Read/Write | Gets or sets the file name where the document page will be saved to. |
PageIndex | int | Read | Current page index. |