Shape elements in Gembox.Document 2.3

Is there any way to manage a shape in Gembox.Document v2.3? In the Gembox.Document example, it includes (C#) Gembox.Document.Shape, but I have version 2.3 of Gembox.Document, and I can include Gembox.Document, but Gembox.Document.Shape doesn’t exists.

And Gembox.Document picks up my shape as a TextBox type… Please help?

Hi Lodewyk,

Support for Shapes was added in GemBox.Document 2.5, see the Version History page.
So to use this API, you’ll need to upgrade your license.

Regarding the TextBoxes, note that Shape is a base class for both Picture and TextBox.
Or in other words, a TextBox is a Shape with text within.

Regards,
Mario