_Presentation.MergeWithBaseline Method
Merges a presentation into another presentation.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Sub MergeWithBaseline ( _
withPresentation As String, _
baselinePresentation As String _
)
'Usage
Dim instance As _Presentation
Dim withPresentation As String
Dim baselinePresentation As String
instance.MergeWithBaseline(withPresentation, _
baselinePresentation)
void MergeWithBaseline(
string withPresentation,
string baselinePresentation
)
Parameters
- withPresentation
Type: System.String
The path that points to the presentation to be merged with the active presentation.
- baselinePresentation
Type: System.String
The path that points to the presentation to be used as baseline in the merge.