00001 #include "nsISupports.idl" 00002 #include "tmozIScanBarcodes.idl" 00003 00008 [scriptable, uuid(691FA8D3-28A2-494d-9C6A-C16C81AA5812) ] 00009 interface tmozIScanPageProcessor: nsISupports 00010 { 00016 attribute long manualSeparationPageNumber; 00017 00024 attribute boolean detectSeparationPage; 00025 00032 attribute boolean detectSeparationPageDuplex; 00033 00040 attribute long separationPageAction_1; 00041 00048 attribute long separationPageAction_2; 00049 00056 attribute long transformMode; 00057 00061 attribute boolean whitePageFP; 00062 00066 attribute boolean whitePageBP; 00067 00071 attribute boolean deskewFP; 00072 00076 attribute boolean deskewBP; 00077 00081 attribute long rotateFP; 00082 00086 attribute long rotateBP; 00087 00091 attribute boolean debugInterpretation; 00092 00096 readonly attribute tmozIScanBarcodes barcodes; 00097 };