ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word Namespace / C1WordDocument Class / AddPicture Method / AddPicture(Image,ShapeWrapType,ZIndexType) Method
The drawing image/bitmap.

In This Topic
    AddPicture(Image,ShapeWrapType,ZIndexType) Method
    In This Topic
    Add image/bitmap with shape wrap and z-index.
    Syntax
    'Declaration
     
    Public Overloads Function AddPicture( _
       ByVal image As System.Drawing.Image, _
       ByVal wrap As ShapeWrapType, _
       Optional ByVal zIndex As ZIndexType _
    ) As RtfShape
    public RtfShape AddPicture( 
       System.Drawing.Image image,
       ShapeWrapType wrap,
       ZIndexType zIndex
    )

    Parameters

    image
    The drawing image/bitmap.
    wrap
    zIndex

    Return Value

    The Word/RTF wraper shape.
    See Also