CanvasShapes.AddPicture Method

Definition

Adds a picture to a drawing canvas.

public Microsoft.Office.Interop.Word.Shape AddPicture (string FileName, ref object LinkToFile, ref object SaveWithDocument, ref object Left, ref object Top, ref object Width, ref object Height);
abstract member AddPicture : string * obj * obj * obj * obj * obj * obj -> Microsoft.Office.Interop.Word.Shape
Public Function AddPicture (FileName As String, Optional ByRef LinkToFile As Object, Optional ByRef SaveWithDocument As Object, Optional ByRef Left As Object, Optional ByRef Top As Object, Optional ByRef Width As Object, Optional ByRef Height As Object) As Shape

Parameters

FileName
String

The path and file name of the picture.

LinkToFile
Object

A value that indicates whether to link the picture to the file from which it was created. False indicates the picture should be made an independent copy of the file. The default value is False.

SaveWithDocument
Object

A value that indicates whether to save the linked picture with the document. The default value is False.

Left
Object

The position, measured in points, of the left edge of the new picture relative to the drawing canvas.

Top
Object

The position, measured in points, of the top edge of the new picture relative to the drawing canvas.

Width
Object

The width of the picture, in points.

Height
Object

The height of the picture, in points.

Returns

Applies to