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 long transformMode; 00025 00029 attribute boolean whitePageFP; 00030 00034 attribute boolean whitePageBP; 00035 00039 attribute boolean deskewFP; 00040 00044 attribute boolean deskewBP; 00045 00049 attribute long rotateFP; 00050 00054 attribute long rotateBP; 00055 00059 attribute boolean debugInterpretation; 00060 00064 readonly attribute tmozIScanBarcodes barcodes; 00065 };