DocumentPartSavingArgs
Overview
DocumentPartSavingArgs is a class in Aspose.Words FOSS for .NET.
Provides data for the DocumentPartSaving callback.
Properties: Document, DocumentPartFileName, DocumentPartStream, KeepDocumentPartStreamOpen.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Document | Document | Read | Gets the document object that is being saved. |
DocumentPartFileName | string | Read/Write | Gets or sets the file name (without path) where the document part will be saved to. |
KeepDocumentPartStreamOpen | bool | Read/Write | Specifies whether Aspose.Words should keep the stream open or close it after saving a document part. |
DocumentPartStream | Stream | Read/Write | Allows to specify the stream where the document part will be saved to. |