Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
Hi Everybody
Can anybody help me to know how to set the magnification of a pdf designed in the LiveCycle Designer?
I know to do this in Acrobat. But help me know to do this in LiveCycle Designer.
Thanks,
Manjeet
Solved! Go to Solution.
Hi Manjeet,
It's is much the same as Acrobat but to reference the app object in Designer forms you use event.target. So in the docReady event;
event.target.zoom = 400;
or to fit width,
event.target.zoomType = zoomtype.fitW;
Regards
Bruce
View solution in original post
Thanks, BR001.
Its working fine.
Views
Likes
Replies