[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.InlineRichText.GetDrawings

GetDrawings Method

GetDrawings()

Gets the collection of all drawing objects (derived from ShapeBase) included in the content. Drawing objects include Picture, Shape, and unknown shape types.

Declaration
public ContentObjectCollection<ShapeBase> GetDrawings()
Public Function GetDrawings() As ContentObjectCollection(Of ShapeBase)
Returns
Type Description
ContentObjectCollection<ShapeBase>

The collection of all drawing objects included in the content.