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.
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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
Views
Replies
Total Likes
Thanks, BR001.
Its working fine.
Views
Likes
Replies
Views
Likes
Replies