Shapes.AddPicture Method
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Function AddPicture ( _
FileName As String, _
LinkToFile As MsoTriState, _
SaveWithDocument As MsoTriState, _
Left As Single, _
Top As Single, _
Width As Single, _
Height As Single _
) As Shape
'Usage
Dim instance As Shapes
Dim FileName As String
Dim LinkToFile As MsoTriState
Dim SaveWithDocument As MsoTriState
Dim Left As Single
Dim Top As Single
Dim Width As Single
Dim Height As Single
Dim returnValue As Shape
returnValue = instance.AddPicture(FileName, _
LinkToFile, SaveWithDocument, Left, _
Top, Width, Height)
Shape AddPicture(
string FileName,
MsoTriState LinkToFile,
MsoTriState SaveWithDocument,
float Left,
float Top,
float Width,
float Height
)
Parameters
- FileName
Type: System.String
- LinkToFile
Type: Microsoft.Office.Core.MsoTriState
- SaveWithDocument
Type: Microsoft.Office.Core.MsoTriState
- Left
Type: System.Single
- Top
Type: System.Single
- Width
Type: System.Single
- Height
Type: System.Single
Return Value
Type: Microsoft.Office.Interop.PowerPoint.Shape