Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / InkShapeCollection Class / Insert Method / Insert(XmlDocument,Single,Single,InsertLocation) Method
The System.Xml.XmlDocument ink content.
The ink width, in points.
The ink height, in points.
The target InsertLocation for the insertion.

In This Topic
    Insert(XmlDocument,Single,Single,InsertLocation) Method
    In This Topic
    Inserts an InkShape into this collection at a specified location.
    Syntax
    'Declaration
     
    Public Overloads Function Insert( _
       ByVal content As System.Xml.XmlDocument, _
       ByVal width As System.Single, _
       ByVal height As System.Single, _
       ByVal location As InsertLocation _
    ) As InkShape
    public InkShape Insert( 
       System.Xml.XmlDocument content,
       System.float width,
       System.float height,
       InsertLocation location
    )

    Parameters

    content
    The System.Xml.XmlDocument ink content.
    width
    The ink width, in points.
    height
    The ink height, in points.
    location
    The target InsertLocation for the insertion.

    Return Value

    The inserted InkShape.
    See Also