Hi support,
the api documentation does not show the parameters for the print method.
Is it possible the set the printer output to landscape? This would fit better to a "normal" week schedule.
Is it also possible to set an automatic scale, so that the data fits on a single page?
Regards,
Stephan
Hi support,
ok, but this is not what I need.
I want to have the schedule fitted to a single page in landscape mode, rather than setting a zoom factor in the printer driver. Because then, the width is also scaled.
Regards,
Stephan
function onPrintIconClick(): void {
let printModel: ScheduleModel = { height: '740px', width: '940px', }; scheduleObj.print(printModel); } |