C1.WPF.Word.4.6.2 Assembly / C1.WPF.Word.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 _
)
 

Parameters

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