i want disable option layout portrait how can i do it ? it mean don't let user choose portrait option
It is not possible.
Hi, Zhyanadil
you cannot set this in javascript, you have to do this with html/css:
<style type="text/css" media="print"> @page { size: landscape; } </style>
Refence Link : https://stackoverflow.com/questions/13684128/print-in-landscape-format
You Can Also Refer Below link
https://stackoverflow.com/questions/4249532/is-page-sizelandscape-obsolete