DocumentPartSavingArgs Properties

The DocumentPartSavingArgs type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleDocument
Gets the document object that is being saved.
Public propertyCode exampleDocumentPartFileName
Gets or sets the file name (without path) where the document part will be saved to.
Public propertyCode exampleDocumentPartStream
Allows to specify the stream where the document part will be saved to.
Public propertyCode exampleKeepDocumentPartStreamOpen
Specifies whether Aspose.Words should keep the stream open or close it after saving a document part.
See Also