Tags.AddBinary Method
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Sub AddBinary ( _
Name As String, _
FilePath As String _
)
'Usage
Dim instance As Tags
Dim Name As String
Dim FilePath As String
instance.AddBinary(Name, FilePath)
void AddBinary(
string Name,
string FilePath
)
Parameters
- Name
Type: System.String
- FilePath
Type: System.String