var TITEMS = [ 
 ["About Bytescout Scan SDK", "source/html/ecf2d98a-642e-43a9-8b7c-bee431844557.htm", "11"],
 ["Getting Started in Visual Basic .NET", "source/html/05555fa5-8924-48a3-b64c-f0e3b6cabff4.htm", "11"],
 ["Getting Started in Visual C#", "source/html/59e6febc-8522-438f-9cd5-e3102d67e6eb.htm", "11"],
 ["Bytescout.Scan Namespace", "source/html/N_Bytescout_Scan.htm", "1",
  ["OutputFormat Enumeration", "source/html/T_Bytescout_Scan_OutputFormat.htm", "11"],
  ["SaveTo Enumeration", "source/html/T_Bytescout_Scan_SaveTo.htm", "11"],
  ["Scan Class", "source/html/T_Bytescout_Scan_Scan.htm", "1",
   ["Scan Members", "source/html/AllMembers_T_Bytescout_Scan_Scan.htm", "11"],
   ["Scan Constructor", "source/html/O_T_Bytescout_Scan_Scan_ctor.htm", "1",
    ["Scan Constructor", "source/html/C_Bytescout_Scan_Scan_ctor.htm", "11"],
    ["Scan Constructor (IContainer)", "source/html/C_Bytescout_Scan_Scan_ctor_1_349da909.htm", "11"]
   ],
   ["Scan Methods", "source/html/Methods_T_Bytescout_Scan_Scan.htm", "1",
    ["AcquireImagesAsync Method", "source/html/M_Bytescout_Scan_Scan_AcquireImagesAsync_1_1a70d503.htm", "11"],
    ["Dispose Method", "source/html/O_T_Bytescout_Scan_Scan_Dispose.htm", "1",
     ["Dispose Method (Boolean)", "source/html/M_Bytescout_Scan_Scan_Dispose_1_36d384f7.htm", "11"]
    ],
    ["InitLibrary Method", "source/html/M_Bytescout_Scan_Scan_InitLibrary_2_52fce4af.htm", "11"],
    ["MemberwiseClone Method", "source/html/O_T_Bytescout_Scan_Scan_MemberwiseClone.htm", "11"],
    ["SelectDevice Method", "source/html/M_Bytescout_Scan_Scan_SelectDevice_1_1a70d503.htm", "11"],
    ["ShowOptionsDialog Method", "source/html/M_Bytescout_Scan_Scan_ShowOptionsDialog_1_ba8fce0b.htm", "11"]
   ],
   ["Scan Properties", "source/html/Properties_T_Bytescout_Scan_Scan.htm", "1",
    ["DefaultDevice Property", "source/html/P_Bytescout_Scan_Scan_DefaultDevice.htm", "11"],
    ["FileNamingTemplate Property", "source/html/P_Bytescout_Scan_Scan_FileNamingTemplate.htm", "11"],
    ["JpegQuality Property", "source/html/P_Bytescout_Scan_Scan_JpegQuality.htm", "11"],
    ["OutputFolder Property", "source/html/P_Bytescout_Scan_Scan_OutputFolder.htm", "11"],
    ["OutputFormat Property", "source/html/P_Bytescout_Scan_Scan_OutputFormat.htm", "11"],
    ["RegistryKeyToStoreOptions Property", "source/html/P_Bytescout_Scan_Scan_RegistryKeyToStoreOptions.htm", "11"],
    ["SaveTo Property", "source/html/P_Bytescout_Scan_Scan_SaveTo.htm", "11"],
    ["TiffCompression Property", "source/html/P_Bytescout_Scan_Scan_TiffCompression.htm", "11"]
   ],
   ["Scan Events", "source/html/Events_T_Bytescout_Scan_Scan.htm", "1",
    ["TransferFinished Event", "source/html/E_Bytescout_Scan_Scan_TransferFinished.htm", "11"],
    ["TransferStarted Event", "source/html/E_Bytescout_Scan_Scan_TransferStarted.htm", "11"]
   ]
  ],
  ["ScanException Class", "source/html/T_Bytescout_Scan_ScanException.htm", "1",
   ["ScanException Members", "source/html/AllMembers_T_Bytescout_Scan_ScanException.htm", "11"],
   ["ScanException Constructor", "source/html/O_T_Bytescout_Scan_ScanException_ctor.htm", "1",
    ["ScanException Constructor", "source/html/C_Bytescout_Scan_ScanException_ctor.htm", "11"],
    ["ScanException Constructor (String)", "source/html/C_Bytescout_Scan_ScanException_ctor_1_61b4e77c.htm", "11"],
    ["ScanException Constructor (String, Exception)", "source/html/C_Bytescout_Scan_ScanException_ctor_2_3ec47892.htm", "11"]
   ],
   ["ScanException Methods", "source/html/Methods_T_Bytescout_Scan_ScanException.htm", "11"],
   ["ScanException Properties", "source/html/Properties_T_Bytescout_Scan_ScanException.htm", "11"]
  ],
  ["TiffCompression Enumeration", "source/html/T_Bytescout_Scan_TiffCompression.htm", "11"],
  ["TransferFinishedEventHandler Delegate", "source/html/T_Bytescout_Scan_TransferFinishedEventHandler.htm", "11"]
 ],
 ["License Agreement", "source/html/3504479d-e462-42d8-b76b-f5fbdec66bf1.htm", "11"],
 ["How To Buy", "source/html/063e707c-379d-4326-8170-20962c4bae92.htm", "11"]
];


var FITEMS = arr_flatten(TITEMS);

function arr_flatten (x) {
   var y = []; if (x == null) return y;
   for (var i=0; i<x.length; i++) {
      if (typeof(x[i]) == "object") {
         var flat = arr_flatten(x[i]);
         for (var j=0; j<flat.length; j++)
             y[y.length]=flat[j];
      } else {
         if ((i%3==0))
          y[y.length]=x[i+1];
      }
   }
   return y;
}


