The second argument of Export() sets the scroll position, not the height.
In order to print full page, try:
DayPilotCalendar1.HeightSpec = HeightSpecEnum.Full;
Or you can keep HeightSpec="BusinessHours" and change BusinessBeginsHour and BusinessEndsHour according to your needs.