[]
Gets the collection of all drawing objects (derived from ShapeBase) included in the content. Drawing objects include Picture, Shape, and unknown shape types.
public ContentObjectCollection<ShapeBase> GetDrawings()
Public Function GetDrawings() As ContentObjectCollection(Of ShapeBase)
Type | Description |
---|---|
ContentObjectCollection<ShapeBase> | The collection of all drawing objects included in the content. |