Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / InlineRichText Class / GetDrawings Method

In This Topic
    GetDrawings Method (InlineRichText)
    In This Topic
    Gets the collection of all drawing objects (derived from ShapeBase) included in the content. Drawing objects include Picture, Shape, and unknown shape types.
    Syntax
    'Declaration
     
    Public Function GetDrawings() As ContentObjectCollection(Of ShapeBase)
    public ContentObjectCollection<ShapeBase> GetDrawings()

    Return Value

    The collection of all drawing objects included in the content.
    See Also