Hello,
Hi,
Thanks for your inquiry. Please note that Aspose.Diagram mimics the behavior of Microsoft Visio. You can export Visio diagram to HTML file format. I’m afraid. You cannot create an HTML image map within Aspose.Diagram component.
If this is not possible, can we calculate the wrapping poligon of a shape before saving?
With this feature we can create our own image map.
I have logged an investigation under ticket id DIAGRAM-33358 in our issue tracking system. We will further look into the details of this feature and will keep you updated on the status of correction. Please be patient and spare us a little time. We are sorry for this inconvenience.
imran.rafique:
I have logged an investigation under ticket id DIAGRAM-33358 in our issue tracking system. We will further look into the details of this feature and will keep you updated on the status of correction. Please be patient and spare us a little time. We are sorry for this inconvenience.
Hi,
Hi,

Hi,
Hi,
Thanks for your inquiry. From the specifics of the ticket id DIAGRAM-33358, can you please explain a bit more about your requirement? I mean do you only need to set/get shape’s attributes? We now have some methods to get/set shape’s attributes. E.g. like this sample code:
Shape shape = diagram.Pages[0].Shapes[0];
shape.SetHeight(5);
shape.SetWidth(5);
XForm form = shape.XForm;
form.PinX.Value = 4;
form.PinY.Value = 4;
Also please go through these documentation links and let me know your thoughts:
Hi,
The issues you have found earlier (filed as ) have been fixed in this Aspose.Words for JasperReports 18.3 update.