package flash.printing; @:fakeEnum(String) extern enum PrintMethod { AUTO; BITMAP; VECTOR; }