Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / InkShapeCollection Class / Add Method / Add(XmlDocument) Method
The System.Xml.XmlDocument ink content.

In This Topic
    Add(XmlDocument) Method
    In This Topic
    Adds an InkShape to this collection at the InsertLocation.End location.
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal content As System.Xml.XmlDocument _
    ) As InkShape
    public InkShape Add( 
       System.Xml.XmlDocument content
    )

    Parameters

    content
    The System.Xml.XmlDocument ink content.

    Return Value

    The added InkShape.
    See Also