Save Method

Office Open XML

Overload List

  Name Description
Save()()()
Saves all the components back into the package. This method recursively calls the Save method on all sub-components. We close the package after the save is done.
Save(String)
Saves all the components back into the package. This method recursively calls the Save method on all sub-components. The package is closed after it has been saved

See Also