ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word 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 System.Drawing.RectangleF _
    ) As RtfDrawingCanvas
    public RtfDrawingCanvas AddCanvas( 
       System.Drawing.RectangleF 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