[]
        
(Showing Draft Content)

C1.WPF.Word.C1WordDocument.AddCanvas

AddCanvas Method

AddCanvas(Rect)

Add drawing canvas into this document (for current section) in next position.

Declaration
public RtfDrawingCanvas AddCanvas(Rect rc)
Parameters
Type Name Description
Rect rc

The drawing rectangle.

Returns
Type Description
RtfDrawingCanvas

The Word/RTF drwing canvas object.

Remarks

Use CurrentCanvas property for access to created drawing canvas.