ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word Namespace / C1WordDocument Class / CurrentCanvas Property

In This Topic
    CurrentCanvas Property
    In This Topic
    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