ResourceSavingArgs

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

NameTypeAccessDescription
DocumentDocumentReadGets the document object that is currently being saved.
ResourceFileNamestringRead/WriteGets or sets the resource file name.
ResourceFileUristringRead/WriteGets or sets the resource file uri.
KeepResourceStreamOpenboolRead/WriteSpecifies whether Aspose.Words should keep the stream open or close it after saving a resource.
ResourceStreamStreamRead/WriteGets or sets the resource stream.

See Also