C1.WPF.Word.4.6.2 Assembly / C1.WPF.Word Namespace / C1WordDocument Class / AddShape Method
The drawing canvas shape.

In This Topic
AddShape Method (C1WordDocument)
In This Topic
Add Word/RTF object for this document.
Syntax
'Declaration
 
Public Function AddShape( _
   ByVal shape As DrawingShape _
) As RtfShape
 

Parameters

shape
The drawing canvas shape.

Return Value

The Word/RTF wraper shape.
See Also