Hi.
I am trying to consecutively work on ShapeCollection, but it throws an exception "System.InvalidOperationException: Collection was modified; enumeration operation may not execute."
It is on Spire.Presentation 4.6.5. Did you make ShapeCollection to be an immutable collection since 4.3.9 ver?
Before it is thrown, I remove some shapes from this collection, and change font sizes on some. On 4.3.9 it works fine.