keepResourceStreamOpen property

ResourceSavingArgs.keepResourceStreamOpen property

Specifies whether Aspose.Words should keep the stream open or close it after saving a resource.

get keepResourceStreamOpen(): boolean

Remarks

Default is false and Aspose.Words will close the stream you provided in the Aspose.Words.Saving.ResourceSavingArgs.ResourceStream property after writing a resource into it. Specify true to keep the stream open.

See Also