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

In This Topic
    AddInkShape(XmlDocument) Method
    In This Topic
    Adds an InkShape> to the end of the group shape.
    Syntax
    'Declaration
     
    Public Overloads Function AddInkShape( _
       ByVal content As System.Xml.XmlDocument _
    ) As InkShape
    public InkShape AddInkShape( 
       System.Xml.XmlDocument content
    )

    Parameters

    content
    The System.Xml.XmlDocument ink content.

    Return Value

    The added InkShape.
    See Also