ComponentOne Word for UWP
CurrentCanvas Property

C1.UWP.Word Assembly > C1.Xaml.Word Namespace > C1WordDocument Class : CurrentCanvas Property
Gets or sets current drawing canvas of this document.
Syntax
'Declaration
 
Public Property CurrentCanvas As RtfDrawingCanvas
public RtfDrawingCanvas CurrentCanvas {get; set;}
Remarks
Set current drawing canvas is necessary used only for you want add the drawing canvas is not in the current section.
See Also

Reference

C1WordDocument Class
C1WordDocument Members