ShapeCollection.AddLinkedPicture

ShapeCollection.AddLinkedPicture method

Add a linked picture.

public Picture AddLinkedPicture(int upperLeftRow, int upperLeftColumn, int height, int width, 
    string sourceFullName)
ParameterTypeDescription
upperLeftRowInt32Upper left row index.
upperLeftColumnInt32Upper left column index.
heightInt32The height of the shape. In unit of pixels
widthInt32The width of the shape. In unit of pixels
sourceFullNameStringThe path and name of the source file for the linked image

Return Value

Picture Picture object.

See Also