ResourceSavingArgs
Overview
ResourceSavingArgs is a class in Aspose.Words FOSS for .NET.
Provides data for the ResourceSaving event.
Properties: Document, KeepResourceStreamOpen, ResourceFileName, ResourceFileUri, ResourceStream.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Document | Document | Read | Gets the document object that is currently being saved. |
ResourceFileName | string | Read/Write | Gets or sets the resource file name. |
ResourceFileUri | string | Read/Write | Gets or sets the resource file uri. |
KeepResourceStreamOpen | bool | Read/Write | Specifies whether Aspose.Words should keep the stream open or close it after saving a resource. |
ResourceStream | Stream | Read/Write | Gets or sets the resource stream. |