C1.WPF.Word.4.6.2 Assembly / C1.WPF.Word Namespace / C1WordDocument Class / AddCanvas Method
The drawing rectangle.

In This Topic
AddCanvas Method
In This Topic
Add drawing canvas into this document (for current section) in next position.
Syntax
'Declaration
 
Public Function AddCanvas( _
   ByVal rc As Rect _
) As RtfDrawingCanvas
 

Parameters

rc
The drawing rectangle.

Return Value

The Word/RTF drwing canvas object.
Remarks
Use CurrentCanvas property for access to created drawing canvas.
See Also