I am printing a DayPilot scheduler using the following code:
var image = this.$scope.dps.scheduler.exportAs("SVG"
, {
area: "range",
dateFrom: this.formatDate(fromDate),
dateTo: this.formatDate(toDate),
quality: 0.1
}).print();
Is it possible to tell it to print in Landscape format?