Presentation.Load Method
Loads the DOM from the PresentationPart.
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Sub Load ( _
openXmlPart As PresentationPart _
)
'Usage
Dim instance As Presentation
Dim openXmlPart As PresentationPart
instance.Load(openXmlPart)
public void Load(
PresentationPart openXmlPart
)
Parameters
- openXmlPart
Type: DocumentFormat.OpenXml.Packaging.PresentationPart
Specifies the part to be loaded.