ShapeCollection.Clear() Method
Removes all shapes from the collection.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v26.1.Core.dll
Declaration
Remarks
The following example deletes all shapes in a document:
See Also
Removes all shapes from the collection.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v26.1.Core.dll
The following example deletes all shapes in a document:
Document document = wordProcessor.Document;
document.Shapes.Clear();
Dim document As Document = wordProcessor.Document
document.Shapes.Clear()
© 2026 Sunbelt Computer Software