DocumentPartSavingArgs

DocumentPartSavingArgs

Overview

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

Provides data for the DocumentPartSaving callback.

Properties: Document, DocumentPartFileName, DocumentPartStream, KeepDocumentPartStreamOpen.

Properties

NameTypeAccessDescription
DocumentDocumentReadGets the document object that is being saved.
DocumentPartFileNamestringRead/WriteGets or sets the file name (without path) where the document part will be saved to.
KeepDocumentPartStreamOpenboolRead/WriteSpecifies whether Aspose.Words should keep the stream open or close it after saving a document part.
DocumentPartStreamStreamRead/WriteAllows to specify the stream where the document part will be saved to.

See Also