00001 #include "nsISupports.idl" 00002 00007 [scriptable, uuid(6DAF3382-DBF5-47c7-8456-35A1FDC2E9FB) ] 00008 interface tmozIScanBarcode: nsISupports 00009 { 00013 attribute AString type; 00014 00015 attribute long width; 00016 attribute long height; 00017 attribute long start_x; 00018 attribute long start_y; 00019 00020 attribute boolean searchNorth; 00021 attribute boolean searchSouth; 00022 attribute boolean searchEast; 00023 attribute boolean searchWest; 00024 00028 attribute boolean pageOrientation; 00029 00033 attribute boolean pageSide; 00034 00040 attribute boolean createDocument; 00041 00048 attribute long location; 00049 };