Using C#, I’m analyzing PDF documents in order to check if any texts, images or “objects” are not positioned within a specified margin.
Using word, I create a document including a shape (a basic arrow), images and texts.
I can easily find images and texts but did not manage to retrieve the shape.
Is there a way to retrieve all graphical objects included in a page?