-
Hi,
I want a doc file with model picture in landscape mode.
Help me with this!
I am using this
var modelPicture = model[0].Graphic(false,false,locale);
output.OutGraphic(modelPicture,100,150,200)
and i am getting model image in portrait mode.
Mattias Palm on
I believe you have to set it in in the Page layout section of the script's properties. You can select the orientation there.