I'm using Stimulreport designer for JS v2024.2.5
I have set Paper Size to Legal
In the .mrt file:
Code: Select all
"PaperSize": "Legal",
"Orientation": "Landscape",
"PageWidth": 35.61,
"PageHeight": 21.59,
"Watermark": {
"TextBrush": "solid:50,0,0,0"
},
"Margins": {
"Left": 0.5,
"Right": 0.5,
"Top": 0.5,
"Bottom": 0.5
}
I have checked the report object in page inspection, report.pages.list[0]._paperSize is set to 5 (assuming for legal, as letter reports are set to 1); the object doesn't have a paperSize property.
So my question is how do I let the print dialog default the paper size to what's set in the report?
Thanks!