PageSavingArgs

PageSavingArgs

Overview

PageSavingArgs is a class in Aspose.Words FOSS for .NET.

Provides data for the PageSaving event.

Properties: KeepPageStreamOpen, PageFileName, PageIndex, PageStream.

Properties

NameTypeAccessDescription
PageStreamStreamRead/WriteAllows to specify the stream where the document page will be saved to.
KeepPageStreamOpenboolRead/WriteSpecifies whether Aspose.Words should keep the stream open or close it after saving a document page.
PageFileNamestringRead/WriteGets or sets the file name where the document page will be saved to.
PageIndexintReadCurrent page index.

See Also