Hi, I'm looking for how to change the "Auto-Rotate and Center" to make it deselected by default.
My print button has this code:
xfa.host.print(1, "0", (xfa.host.numPages -1).toString(), 0, 0, 1, 0, 0);
var pp = this.getPrintParams();
var fv = pp.constants.flagValues;
pp.flags = fv.setPageSize=false;//Sets the Auto-Rotate and Center Flag
this.print(pp);
Found this http://www.acrobatusers.com/forums/aucbb/viewtopic.php?pid=59719
But it does not seem to work?
please read this thread.
It's explains how to get the Acrobat JavaScript work in Designer.
[url]http://www.acrobatusers.com/forums/aucbb/viewtopic.php?id=23429[/url]
radzmar
• LoveCycle Blog
Documents you need:
• LiveCycle Designer ES2 Docs