Hi,
When I use OutGraphic into a PDF I get a whitespace roughly as big (actually larger) than the image of the model above the model How can I get rid of this?
The code to output the models is
function writeData2(p_output, p_IModelPicture) { p_output.OutGraphic(p_IModelPicture, -1, p_output.getCurrentMaxWidth(), p_output.GetPageHeight() - p_output.GetTopMargin() - p_output.GetBottomMargin() -20) }