Get the graphical components from visio file

Hi,

We try to highlight the different components in Visio file, is it possible that Aspose.diagram API could return graphical components and their metrics for comparison?
Please see the attached zip which show the example we need.visio_components_diff.zip (131.3 KB)

Thanks!

Ruhong

@ruhongcai,

You can retrieve images from the Visio drawing by applying the code check on the shape type to Foreign. Please refer to this help topic: Extract All Images From a Visio Page. Furthermore, you can also convert shape to an image with ImageSaveOptions class. Please refer to this help topic: Convert a Visio Shape to Other File Formats