Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / PictureCollection Class / Insert Method / Insert(Image,InsertLocation) Method
The GrapeCity.Documents.Drawing.Image object representing the picture.
The target InsertLocation for the insertion.

In This Topic
    Insert(Image,InsertLocation) Method
    In This Topic
    Inserts a Picture into this collection at a specified location.
    Syntax
    'Declaration
     
    Public Overloads Function Insert( _
       ByVal image As GrapeCity.Documents.Drawing.Image, _
       ByVal location As InsertLocation _
    ) As Picture
    public Picture Insert( 
       GrapeCity.Documents.Drawing.Image image,
       InsertLocation location
    )

    Parameters

    image
    The GrapeCity.Documents.Drawing.Image object representing the picture.
    location
    The target InsertLocation for the insertion.

    Return Value

    The inserted Picture. The size of the picture is set to the size of the source image.
    See Also