[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.InkShapeCollection.Add

Add Method

Add(XmlDocument)

Adds an InkShape to this collection at the End location.

Declaration
public InkShape Add(XmlDocument content)
Public Function Add(content As XmlDocument) As InkShape
Parameters
Type Name Description
XmlDocument content

The System.Xml.XmlDocument ink content.

Returns
Type Description
InkShape

The added InkShape.

Add(XmlDocument, float, float)

Adds an InkShape to this collection at the End location.

Declaration
public InkShape Add(XmlDocument content, float width, float height)
Public Function Add(content As XmlDocument, width As Single, height As Single) As InkShape
Parameters
Type Name Description
XmlDocument content

The System.Xml.XmlDocument ink content.

float width

The ink width, in points.

float height

The ink height, in points.

Returns
Type Description
InkShape

The added InkShape.