00001 #include "nsISupports.idl" 00002 #include "tmozIScanOutputFormat.idl" 00003 00010 [scriptable, uuid(080B69B4-4C58-4fff-B18F-DE6E952BCA85) ] 00011 interface tmozIScanOutput: nsISupports 00012 { 00016 const long SOF_BW=0; 00020 const long SOF_GRAY=1; 00024 const long SOF_COLOR_PALETTE=2; 00028 const long SOF_COLOR_24=3; 00032 const long SOF_COLOR_32=4; 00036 const long SOF_COLOR_OTHER=5; 00037 00044 tmozIScanOutputFormat getOutputFormat(in long color); 00045 };