RtfDrawingCanvas Constructor
In This Topic
Create Word/RTF drawing canvas.
Syntax
'Declaration
Public Function New( _
ByVal As RtfObject _
)
public RtfDrawingCanvas(
RtfObject
)
Parameters
- owner
- The owner object must be not null and have the owner document.
See Also