package flash.printing; extern class PrintJobOptions { var printAsBitmap : Bool; function new(?printAsBitmap : Bool) : Void; }