I am trying to batch print quite a few .3dm files. Each one has a different background color for the layout, and what I would like to achieve is simply to print the layout integrating the appropiate background-color.
Now, I have a small script (provided by @lando.schumpich) which is able to print layouts without passing through the pop-up printing settings.
I have tried to use "Rhino.Display.ViewCaptureSettings.DrawBackground " but I do not really know how to integrate it into the settings of pdf.AddPage.
Could anyone give me a hint? Thank you in advance!
Hello, thank you for your reply. Unfortunately this is what I’ve first tried and it doesn’t work. It seems to always neglect the background color boolean.
I will try with the solid hatch behind for now then. However I have to say that if I print manualy it does work for me (by thicking the Background color case just as you did).