|
|||
|
Hello,
i'm using a pdf-printer and i want to set a custom papersize. I tried it like this: Code:
var fp:FlashPlayer=new FlashPlayer(); fp.showPrintDlg=false; var printprop = new Object; printprop.pageHeight = 100; printprop.pageWidth = 100; fp.printerProperties = printprop; var pj:PrintJob=new PrintJob(); pj.start(); pj.addPage(slider); pj.send(); Best wishes, Peter |
![]() |
Was this information helpful? Yes No
| Tags |
| custom, page, paper, printing, size |
| Thread Tools | |
| Display Modes | |
|
|