defaultPageFormat in Solution Model

How can I set the defaultPageFormat in the SolutionModel?

I tried ```
myForm.defaultPageFormat = ‘iso-a4’;

but showing or printing the form crashed...

Could I also set the page size in the style sheet for a form?

Thanks,
Reto

xtsr:
How can I set the defaultPageFormat in the SolutionModel?

I don’t think there is a straight forward way to do that yet. Please create a case about it in the Support System.

As a workaround you should check the defaultPageFormat property from a form that was set to iso-a4 in the designer. Setting that same value to a form you created with the solutionModel should do the trick.

xtsr:
Could I also set the page size in the style sheet for a form?

This is also not possible in the current version, you should create a feature request for this as well.