I would like to set page margins (esp. bottom margin) in IBM Notes/Lotus Notes programatically.
When printing documents with a special form, the bottom margin must be lowered to have the complete form on one page.
You can set the page setup setting, e.g. print margins, for a complete Notes application using the File\Page Setup... in the menu manually. As far as I could discover, this settings are stored in the local client's bookmark.nsf.
These settings don't replicate.
They get lost, when you delete the workspace icon and re-add it to your workspace later.
I haven't found any LotusScript, formula language nor Java command to set page margins for a document, form or application/database.
Even in the C api there seem to be no function to change print/page margins or change page setup settings.
I would like to have a procedure to change the print margins - or at least a way to set or change these settings in a document, form or application by manipulating items in a document or design element.