package flash.printing; @:final extern class PrintUIOptions { var disablePageRange:Bool; var maxPage:UInt; var minPage:UInt; function new():Void; }