ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Objects Namespace / RtfDrawingCanvas Class / RtfDrawingCanvas Constructor
The owner object must be not null and have the owner document.

In This Topic
    RtfDrawingCanvas Constructor
    In This Topic
    Create Word/RTF drawing canvas.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal owner As RtfObject _
    )
    public RtfDrawingCanvas( 
       RtfObject owner
    )

    Parameters

    owner
    The owner object must be not null and have the owner document.
    See Also