NotesMaster.Save Method (NotesMasterPart)

Saves the DOM into the NotesMasterPart.

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Sub Save ( _
    openXmlPart As NotesMasterPart _
)
'Usage
Dim instance As NotesMaster
Dim openXmlPart As NotesMasterPart

instance.Save(openXmlPart)
public void Save(
    NotesMasterPart openXmlPart
)

Parameters

See Also

Reference

NotesMaster Class

NotesMaster Members

Save Overload

DocumentFormat.OpenXml.Presentation Namespace