Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Run Class / AddCanvasShape Method / AddCanvasShape() Method

In This Topic
    AddCanvasShape() Method
    In This Topic
    Adds a CanvasShape to the end of the run.
    Syntax
    'Declaration
     
    Public Overloads Function AddCanvasShape() As CanvasShape
    public CanvasShape AddCanvasShape()

    Return Value

    The added CanvasShape.
    See Also