For a feature we are looking to get a rendered version of the active Visio for a view. For this we are using the GetVisualOverviewDataMessage and we set the type to ImageWithBackground.
Now if a view had the default Skyline Visio assigned to it, this method returns a byte array that renders as a blue background without the information that is visible from within Cube.
Are we missing some options or are we using the wrong call to render the default Visio? Note that the call works for custom Visio files, for those we can render all the pages.
Hi Baptiste,
Can you try with 'type' ImageWithBackgroundAndRegions? I guess with this type the regions that Toon is referring too should also be rendered in the image.
Thank you Pieter! This has indeed fixed my problem, I thought I had tried this but I must have done something wrong.