if that dropdown is part of the browser (system) settings, You can not change the system level settings.
I suggest you use a "Save as PDF" button in your site or simulate that dialog box.
You can only set Paper size
@media print {
@page {
size: A1 | A4 | A5 | landscape;
margin: 0 !important;
}
body {
padding: 75px;
}
}
For more information: See this Question
Notice: You cant change system default setting
But,
You can try to use react-pdf