Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / PictureCollection Class / Add Method / Add(Image) Method
The GrapeCity.Documents.Drawing.Image object representing the picture.

In This Topic
    Add(Image) Method
    In This Topic
    Adds a Picture to this collection at the InsertLocation.End location.
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal image As GrapeCity.Documents.Drawing.Image _
    ) As Picture
    public Picture Add( 
       GrapeCity.Documents.Drawing.Image image
    )

    Parameters

    image
    The GrapeCity.Documents.Drawing.Image object representing the picture.

    Return Value

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