ComponentOne Word for UWP
AddCanvas Method

C1.UWP.Word Assembly > C1.Xaml.Word Namespace > C1WordDocument Class : AddCanvas Method
The drawing rectangle.
Add drawing canvas into this document (for current section) in next position.
Syntax
'Declaration
 
Public Function AddCanvas( _
   ByVal rc As Windows.Foundation.Rect _
) As RtfDrawingCanvas
public RtfDrawingCanvas AddCanvas( 
   Windows.Foundation.Rect rc
)

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

Reference

C1WordDocument Class
C1WordDocument Members