ÿþ<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <!-- PageDetails.html 1.4 - 12 aout 2009 --> <title>SCANNER CANON Scanner CANON DR 2050C - SCANNERS - CANON</title> <link rel="stylesheet" href="../../catalogue.css" type="text/css" /> <meta name="Keywords" content="Canon 2050C, scanner 2050C, Scanner, 2050C Canon, dr 2050C, Scanner CANON DR 2050C, 2050C, DR2050C"> <meta name="description" content="Scanner Canon 2050C au meilleur prix ! Vente en ligne, disponibles sous 48h ouvr&eacute;es. Vendu en ligne au meilleur tarif. Chez vous en 48h. Paiement s&eacute;curis&eacute;."> <meta name="REVISIT-AFTER" content="7 days"> <meta name="robots" content="index, follow, all"> <meta name="copyright" content="&copy;NetWalker 2009"> <meta name="date" content="27/08/09"> <link rel="shortcut icon" href=""> <meta http-equiv="content-type" content="text/html;charset=utf-8"> <meta http-equiv="Content-Language" content="fr"> <meta http-equiv="Expires" content="-1"> <meta name="distribution" CONTENT="global"> <meta name="Author" content="NetWalker Team"> <meta name="Generator" CONTENT="NetWalker Content Manager (NCM) 2.3, Catalog Manager Process"> <meta NAME="GeneratorBuild_internal" CONTENT="NCM Build : 92457, state : production"> <meta name="GenerationVersion" CONTENT="691 "> <!-- si produit en fin de vie auto-refresh sur le bon--> <style type="text/css"> </style> </head> <!-- Banner Set NetWalker.fr--> <SCRIPT LANGUAGE="JavaScript"> //D'autres scripts sur http://www.ToutJavaScript.com function disp(txt) {document.write(txt);} // ne pas changer le nom 'banniere' var banniere=new CreerBan('Cliquez sur les banni¬ères...'); // Definition des banni¬ères Add(url de l'image, adresse associ¬ée ¬à l'image, target, delai en secondes) // target est une chaine de caract¬ères qui est soit : // 1- le nom de la frame qui va recevoir le site de la banni¬ère // 2- "_blank" pour ouvrir une nouvelle fen¬être // 3- "_self" pour remplacer la banni¬ère par son site // 4- "_top" pour supprimer toutes les frames et afficher le site en pleine page // Remarque : toutes les images ont la dimension de la premi¬ère image affich¬ée (sous netscape) // Il est pr¬éf¬érable d'avoir toutes les images au meme format. banniere.Add("http://www.netwalker.fr/ban/coutspam.png","http://www.netwalkerstore.com/PBCPPlayer.asp?ID=343177","_top",20); banniere.Add("http://www.netwalker.fr/ban/scansnap.png","http://www.netwalkerstore.com/Redirect.asp?AccID=18244&AdCampaignID=3178","_top",6); banniere.Add("http://www.netwalker.fr/ban/taps.png","http://www.netwalkerstore.com/PBSCCatalog.asp?ActionID=67174912&PBCATID=177113&PBCATName=NetOptics","_top",6); banniere.Add("http://www.netwalker.fr/ban/spywares.jpg","http://www.netwalker.fr/spywares.html","_top",6); banniere.Add("http://www.netwalker.fr/ban/omnianalysis.png","http://www.netwalker.fr/menu_omnipeek.html","_top",8); banniere.Add("http://www.netwalker.fr/ban/firewall_mails.png","http://www.netwalkerstore.com/Redirect.asp?AccID=18244&AdCampaignID=3102","_top",8); banniere.Add("http://www.netwalker.fr/ban/firewall_reseau.png","http://www.netwalker.fr/menu_sonicwall.html","_top",6); banniere.Add("http://www.netwalker.fr/ban/scanfront220.png","http://www.netwalkerstore.com/PBSCCatalog.asp?ItmID=2017392","_top",10); banniere.Add("http://www.netwalker.fr/ban/intermapper.png","http://www.netwalker.fr/intermapper.html","_top",8); banniere.Add("http://www.netwalker.fr/ban/ipsondes.png","http://www.netwalkerstore.com/PBSCCatalog.asp?CatID=100291","_top",6); banniere.Add("http://www.netwalker.fr/ban/express_alu.png","http://www.netwalkerstore.com/Redirect.asp?AccID=18244&AdCampaignID=9513","_top",10); banniere.Add("http://www.netwalker.fr/ban/nas.png","http://www.netwalkerstore.com/Redirect.asp?AccID=18244&AdCampaignID=9515","_top",2); banniere.Add("http://www.netwalker.fr/ban/scanner48h.png","http://www.netwalkerstore.com/Redirect.asp?AccID=18244&AdCampaignID=9514","_top",2); banniere.Add("http://www.netwalker.fr/ban/baie_clustermaster.png","http://www.netwalkerstore.com/Redirect.asp?AccID=18244&AdCampaignID=9512","_top",2); banniere.Add("http://www.netwalker.fr/ban/intermapper_remote_access.png","http://www.netwalker.fr/intermapper_remoteaccess.html","_top",5); function CreerBan(alt) { this.nb=0; this.no=0; this.alt=alt; this.Add=AddBan; this.Init=InitBan; } function AddBan(img,href,target,delai) { var ban=new Object; ban.img=img; ban.href=href; ban.target=target; ban.delai=delai; this[this.nb]=ban; this.nb++; } function InitBan() { var aff=""; if (document.images) { for(var i=0;i <this.nb;i++){var gif=new preload(this[i].img)}} disp(aff+"<br><a href='javascript:tjsgo()'><IMG name='tjsimg' src='"+this[0].img+"' alt='"+this.alt+"' border='0'></a>"); setTimeout("rotation()",this[0].delai*1000); } function rotation() { banniere.no++; var no=banniere.no; if (no>=banniere.nb) {banniere.no=0; no=0} // alert(no+" "+banniere[no].img+" ------"+document.anchors["tjsban"].href) document.images["tjsimg"].src=banniere[no].img; setTimeout("rotation()",banniere[no].delai*1000); } function tjsgo() { with(banniere[banniere.no]) { if(target=="_blank"){window.open(href,"")} else { if(target=="_top"){parent.window.location=href} else { if(target=="_self"){window.location=href} else { parent.frames[target].window.location=href} } } } } function preload() { this.length = preload.arguments.length; for (var i = 0; i < this.length; i++) { this[i+1] = new Image(); this[i+1].src = preload.arguments[i]; } } </SCRIPT> <table width="100%" border="0"> <tr> <td width="30%" valign="center"><img src="http://www.netwalker.fr/img/netwalker.jpg"></td> <td width="65%" valign="center"><span class="TitrePage">SUPERVISION R&Eacute;SEAU ET SERVICES EN LIGNE</span></td> <td width="5%" align="right"> </td> </tr> </table> <!-- Ligne --> <table width="100%" border="0" cellspacing="0" cellpadding="1"> <tr bgcolor="#006699" valign="center"> <td></td> </tr> </table> <!-- Index liens --> <table width="100%" border="0" bgcolor="#EEEEEE"> <tr> <td> <table width="100%" border="0" cellpadding="0"> <tr> <td width="10%" align="center" bgcolor="#EEEEEE"> <span class="IndexLiens"> <a href="http://www.netwalker.fr">Accueil</a> </span> </td> <td width="10%" align="center" bgcolor="#EEEEEE"> <span class="IndexLiens"> <a href="http://www.netwalker.fr/plan_du_site.html"> Plan du Site</a> </span> </td> <td width="10%" align="center" bgcolor="#EEEEEE"> <span class="IndexLiens"> <a href="http://www.netwalker.fr/a/e/index.htm">Catalogues</a> </span> </td> <td width="10%" align="center" bgcolor="#EEEEEE"> <span class="IndexLiens"> <a href="http://www.netwalker.fr/faq.html">F.A.Q.</a> </span> </td> <td width="10%" align="center" bgcolor="#EEEEEE"> <span class="IndexLiens"> <a href="http://www.netwalkerstore.com/PBHotNews.asp?PBMInit=1">News</a> </span> </td> <td width="10%" align="center" bgcolor="#EEEEEE"> <span class="IndexLiens"> <a href="http://www.netwalker.fr/support.html">Support</a> </span> </td> <td width="10%" align="center" bgcolor="#EEEEEE"> <span class="IndexLiens"> <a href="http://www.netwalker.fr/contacts.html">Infos</a> </span> </td> <td width="10%" align="center" bgcolor="#EEEEEE"> <span class="IndexLiens"> <a href="http://www.netwalkerstore.com/PBCPPlayer.asp?ID=152354">Contacts</a> </span> </td> <td width="10%" align="center" bgcolor="#EEEEEE"> <span class="IndexLiens"> <a href="http://www.netwalkerstore.com/">Newsletter</a> </span> </td> <td width="10%" align="center" bgcolor="#EEEEEE"> <span class="IndexLiens"> <a href="http://www.netwalkerstore.com/">Achat en ligne</a> </span> </td> </tr> </table> </td> </tr> </table> <!-- tiret --> <table width="100%" border="0" cellspacing="0" cellpadding="1"> <tr bgcolor="#006699" valign="center"> <td></td> </tr> </table> <!-- LiensIndex_detail2.htm debut --> <table width="100%" border="0" bgcolor="#EEEEEE"> <tr> <td> <table width="100%" border="0" cellpadding="0"> <tr bgcolor="#EEEEEE"> <td width="20%" align="center"> <span class="IndexLiens"> <a href="../../b/index_alpha.htm">Alphabetique</a> </span> </td> <td width="20%" align="center"> <span class="IndexLiens"> <a href="../../c/index.htm">Editeurs</a> </span> </td> <td width="20%" align="center"> <span class="IndexLiens"> <a href="../../e/index.htm">Fonctions</a> </span> </td> <td width="20%" align="center"> <span class="IndexLiens"> <a href="../../d/index.htm">Familles</a> </span> </td> <td width="20%" align="center"> <span class="IndexLiens"> <a href="../../f/index.htm">iPhones</a> </span> </td> </tr> </table> </td> </tr> </table> <table width="100%" border="0" bgcolor="#EEEEEE"> <tr> <td> <table width="100%" border="0" cellpadding="0"> <tr bgcolor="#EEEEEE"> <td width="20%" align="center"> <span class="IndexLiens"> <a href="#">Livraisons pour : </a> </span> </td> <td width="20%" align="center"> <span class="IndexLiens"> <a href="../../g/belgique.htm">la Belgique</a> </span> </td> <td width="20%" align="center"> <span class="IndexLiens"> <a href="../../g/luxembourg.htm">le Luxembourg</a> </span> </td> <td width="20%" align="center"> <span class="IndexLiens"> <a href="../../g/dom.htm">les DOM</a> </span> </td> <td width="20%" align="center"> <span class="IndexLiens"> <a href="../../g/suisse.htm">la Suisse</a> </span> </td> </tr> </table> </td> </tr> </table> <!-- LiensIndex.htm fin --> <table width="100%" border="0" cellspacing="0" cellpadding="1"> <tr bgcolor="#006699" valign="center"> <td><strong class="TITRE"> </strong></td> </tr> </table> <table width="100%" border="0"> <tr> <td width="5%"> </td> <td width="90%"> <table width="100%" border="0"> <tr> <td> <div align="center"> <SCRIPT language="JavaScript">banniere.Init();</SCRIPT> </div> </td> </tr> </table> </td> <td width="5%"> </td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="1"> <tr bgcolor="#006699" valign="center"> <td><strong class="TITRE"> </strong></td> </tr> </table> <!-- Page Nom --> <table width="100%" border="0"> <tr> <td> <span class="PageNom"> <div align="center">Scanner CANON DR 2050C </div> </span> </td> </tr> </table> <!-- traits --> <table width="100%" border="0" cellspacing="0" cellpadding="1"> <tr> <td width="150" > <table width="150" border="0" cellspacing="0" cellpadding="1"> <tr bgcolor="#006699" valign="center"> <td><strong class="TITRE"> </strong></td> </tr> </table> </td> <td> <table width="100%" border="0"> <tr> <td width="80%" valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="1"> <tr bgcolor="#006699" valign="center"> <td><strong class="TITRE"> </strong></td> </tr> </table> </td> <td width="20%" valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="1"> <tr bgcolor="#006699" valign="center"> <td><strong class="TITRE"> </strong></td> </tr> </table> </td> </tr> </table> </td> </tr> </table> <!-- Page --> <table width="100%" border="0"> <tr> <!-- Colonne 1 (boutons) --> <td width="150" valign="top" align="center" background="http://www.netwalker.fr/imgs/nweurope.png"> <span class="ColonneBoutons"> <!-- ColonedeGauche.html 1.1 - 16 Mai 2009 --> <table width="135" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="135" height="145" valign="top" background="http://www.netwalker.fr/imgs/pdm/promo2007.png"> <div align="center"> <span class="ColonneAdv"> <br><br> <a href="http://www.netwalkerstore.com/PBSCProduct.asp?ItmID=3102763">Fujitsu FI-60</a><br> </span> <span class="ColonneAdv"> <br><a href="http://www.netwalkerstore.com/PBSCProduct.asp?ItmID=3102763"><img src="http://www.netwalkerstore.com/Files/18244/fi60f-100.jpg" width="40%" height="40%" border="0"></a> <!-- <br>Scanner A6 (permis de conduire, ...)<br><a href="http://www.netwalkerstore.com/PBSCProduct.asp?ItmID=3102763">...</a>--> <br>Scanner A6 (permis de conduire, ...) </span> </div> </td> </tr> <!-- Blog --> <!-- Blog --> <tr> <td width="135" height="26" background="http://www.netwalker.fr/imgs/diag6.png"> </td> </tr> <tr> <td width="135" height="26" background="http://www.netwalker.fr/imgs/diag5.png"> <div align="center"> <span class="ColonneBoutons"> <a href="http://www.netwalker.fr/menu_supervision.html"> SUPERVISION </a> </span> </div> </td> </tr> <!-- Blog --> <tr> <td width="135" height="26" background="http://www.netwalker.fr/imgs/diag5.png"> <div align="center"> <span class="ColonneBoutons"> <a href="http://www.netwalker.fr/menu_diagnostic.html"> DIAGNOSTIC </a> </span> </div> </td> </tr> <!-- Blog --> <!-- Blog --> <tr> <td width="135" height="26" background="http://www.netwalker.fr/imgs/diag6.png"> </td> </tr> <tr> <td width="135" height="26" background="http://www.netwalker.fr/imgs/diag5.png"> <div align="center"> <span class="ColonneBoutons"> <a href="http://www.netwalker.fr/pineapp.html"> ANTI-SPAMS </a> </span> </div> </td> </tr> <!-- Blog --> <tr> <td width="135" height="26" background="http://www.netwalker.fr/imgs/diag5.png"> <div align="center"> <span class="ColonneBoutons"> <a href="http://www.netwalkerstore.com/PBSCCatalog.asp?CatID=172099"> BAIES &amp; COFFRETS </a> </span> </div> </td> </tr> <!-- Blog --> <tr> <td width="135" height="26" background="http://www.netwalker.fr/imgs/diag5.png"> <div align="center"> <span class="ColonneBoutons"> <a href="http://www.netwalker.fr/menu_firewall.html"> FIREWALL </a> </span> </div> </td> </tr> <!-- Blog --> <tr> <td width="135" height="26" background="http://www.netwalker.fr/imgs/diag5.png"> <div align="center"> <span class="ColonneBoutons"> <a href="http://www.netwalker.fr/scanner.html"> SCANNERS </a> </span> </div> </td> </tr> <!-- Blog --> <tr> <td width="135" height="26" background="http://www.netwalker.fr/imgs/diag5.png"> <div align="center"> <span class="ColonneBoutons"> <a href="http://www.netwalker.fr/menu_sauvegardes.html"> SAUVEGARDES </a> </span> </div> </td> </tr> <!-- Blog --> <tr> <td width="135" height="26" background="http://www.netwalker.fr/imgs/diag5.png"> <div align="center"> <span class="ColonneBoutons"> <a href="http://www.netwalker.fr/menu_securite.html"> S&Eacute;CURIT&Eacute; </a> </span> </div> </td> </tr> <!-- Blog --> <tr> <td width="135" height="26" background="http://www.netwalker.fr/imgs/diag5.png"> <div align="center"> <span class="ColonneBoutons"> <a href="http://www.netwalker.fr/spywares.html"> SPYWARES </a> </span> </div> </td> </tr> <!-- Blog --> <tr> <td width="135" height="26" background="http://www.netwalker.fr/imgs/diag5.png"> <div align="center"> <span class="ColonneBoutons"> <a href="http://www.netwalker.fr/serveurs.html"> SERVEURS &amp; NAS </a> </span> </div> </td> </tr> <!-- Blog --> <tr> <td width="135" height="26" background="http://www.netwalker.fr/imgs/diag5.png"> <div align="center"> <span class="ColonneBoutons"> <a href="http://www.netwalkerstore.com/PBSCCatalog.asp?CatID=98103"> VOIP </a> </span> </div> </td> </tr> <!-- Blog --> <!-- Blog --> <tr> <td width="135" height="26" background="http://www.netwalker.fr/imgs/diag6.png"> </td> </tr> <tr> <td width="135" height="26" background="http://www.netwalker.fr/imgs/diag5.png"> <div align="center"> <span class="ColonneBoutons"> <a href="http://www.netwalkerstore.com/PBSCCatalog.asp?CatID=91464"> CONTRATS MAINTENANCE </a> </span> </div> </td> </tr> <!-- Blog --> <tr> <td width="135" height="26" background="http://www.netwalker.fr/imgs/diag5.png"> <div align="center"> <span class="ColonneBoutons"> <a href="http://www.netwalker.fr/menu_services.html"> SERVICES </a> </span> </div> </td> </tr> <!-- Blog --> <!-- Blog --> <tr> <td width="135" height="26" background="http://www.netwalker.fr/imgs/diag6.png"> </td> </tr> <tr> <td width="135" height="26" background="http://www.netwalker.fr/imgs/diag5.png"> <div align="center"> <span class="ColonneBoutons"> <a href="http://www.netwalkerstore.com/PBCPPlayer.asp?ID=213201"> COMMENT COMMANDER </a> </span> </div> </td> </tr> <!-- Blog --> <tr> <td width="135" height="26" background="http://www.netwalker.fr/imgs/diag5.png"> <div align="center"> <span class="ColonneBoutons"> <a href="http://www.netwalkerstore.com/PBFAQ.asp?PBMInit=1"> QUESTIONS R&Eacute;PONSES </a> </span> </div> </td> </tr> <!-- Blog --> <tr> <td width="135" height="26" background="http://www.netwalker.fr/imgs/diag5.png"> <div align="center"> <span class="ColonneBoutons"> <a href="http://www.netwalkerstore.com/PBRSSFeeds.asp?PBMInit=1"> FLUX RSS </a> </span> </div> </td> </tr> <!-- Blog --> <!-- Blog --> <tr> <td width="135" height="26" background="http://www.netwalker.fr/imgs/diag6.png"> </td> </tr> <tr> <td width="135" height="26" background="http://www.netwalker.fr/imgs/diag5.png"> <div align="center"> <span class="ColonneBoutons"> <a href="http://www.netwalkerstore.com/PBSearch.asp?CCode=2"> RECHERCHER </a> </span> </div> </td> </tr> <!-- Blog --> <!-- Blog --> <tr> <td width="135" height="26" background="http://www.netwalker.fr/imgs/diag5.png"> <div align="center"> <span class="ColonneBoutons"> <a href="http://www.netwalkerstore.com/PBCPPlayer.asp?ID=152354"> 0 177 628 628 </a> </span> </div> </td> </tr> <tr> <td width="135" height="26" background="http://www.netwalker.fr/imgs/diag5.png"> <div align="center"> <span class="ColonneBoutons"> <a href="http://www.netwalkerstore.com/PBCPPlayer.asp?ID=152354"> Une question ? </a> </span> </div> </td> </tr> <!-- Blog --> </table> </span> </td> <!-- Colonnes 2 & 3 Corps + Droite --> <td valign="top"> <!-- PAGE --> <table width="100%" border="0"> <tr valign="top"> <td width="85%"> <!-- Accroche --> <span class="PRCorps">Aussi restreint que soit votre espace de travail, ce scanner de bureau ultra compact vous permet de num&eacute;riser facilement tous vos documents papier. <br /><br />Le Scanner CANON DR 2050C vous offre une excellente qualit&eacute; d&#146;image, une num&eacute;risation rapide et une grande fiabilit&eacute;. Avec ses nombreuses fonctions, ce scanner vous garantit de r&eacute;aliser au pied lev&eacute; tous vos travaux m&ecirc;me les plus difficiles.</span> <br> <!-- Nom Page Produit Remplacement si produit en fin de vie --> <!-- B"©n"©fices --> <br> <span class="PRCorps">Le choix compact<br />Il occupe moins de la moiti&eacute; de la surface n&eacute;cessaire &agrave; la plupart des scanners de sa cat&eacute;gorie, aussi bien en veille qu&#146;en fonctionnement. Il est donc id&eacute;al pour les comptoirs de banque ou des administrations comme pour toute entreprise o&ugrave; il est n&eacute;cessaire de num&eacute;riser imm&eacute;diatement des documents dans un espace limit&eacute;.<br /><br />Num&eacute;risation rapide<br />&agrave; 20 pages par minute (A4 portrait, recto verso, noir et blanc, 200 ppp), le Scanner CANON DR 2050C est un des scanners les plus rapide de la cat&eacute;gorie workgroup. Il num&eacute;rise &agrave; la m&ecirc;me vitesse en recto ou recto verso, quel que soit le format papier jusqu&#146;&agrave; A4 ; avec l&#146;avantage de la num&eacute;risation en niveaux de gris ou en couleur. Il peut ainsi r&eacute;aliser une grande vari&eacute;t&eacute; de travaux, rapidement et efficacement.<br /> <br />Num&eacute;risation de qualit&eacute;<br />A 600 ppp, vous b&eacute;n&eacute;ficiez d&#146;une r&eacute;solution optique tr&egrave;s &eacute;lev&eacute;e pour un scanner workgroup, afin d&#146;assurer la production r&eacute;guli&egrave;re d&#146;images de haute qualit&eacute;.<br />Gr&acirc;ce &agrave; un capteur CIS innovant, le Scanner CANON DR 2050C minimise la distorsion d&#146;images. Son design r&eacute;volutionnaire r&eacute;duit &eacute;galement la consommation globale d&#146;&eacute;nergie, &eacute;limine le temps de pr&eacute;chauffage et rend la ligne du scanner beaucoup plus compacte.<br /><br />Des fonctions vari&eacute;es<br />Enregistrement au format PDF (OCR) <br />Num&eacute;risation directe vers une adresse E-mail<br />Affichage en vignettes <br />Multi fen&ecirc;trage <br />Mode Texte Am&eacute;lior&eacute; <br />Lissage (Couleur et Niveaux de gris) <br />Redressement des documents <br />Pr&eacute;-num&eacute;risation <br />Recto verso <br />Mode ignorer les pages blanches <br />Rotation d&#146;image (0/90/180/270&deg;) <br />Param&eacute;trage des courbes Gamma (Face &amp; Couleur) <br />Suppression des bordures <br />Suppression de couleur (avec rehaussement du Rouge)<br /></span> <p></p> <!-- LABEL : LIVRAISON --> <span class="ParagrapheTitre">Mode Livraison</span> <br> <span class="PRCorps">Physique</span> <p></p> <!-- LABEL : INTERFACE & LANGUE --> <span class="ParagrapheTitre">Pr&eacute;-requis</span> <br> <span class="PRCorps"></span> <p></p> <!-- Pr"©requis --> <!-- LABEL : PRODUITS COMPLEMENTAIRES --> <span class="ParagrapheTitre">Produits Compl&eacute;mentaires</span> <br> <span class="PRCorps">- Rouleaux d&#146;alimentation</span> <p></p> <!-- LABEL : SUR NOTRE SITE --> <span class="ParagrapheTitre">Disponible sur note site</span> <br> <span class="PRCorps">&#149; Fiche PDF</span> <p></p> <!-- LABEL : TECHNIQUEMENT --> <span class="ParagrapheTitre">Techniquement</span> <br> <span class="PRCorps">Alimentation des documents : Alimentation automatique par chargeur<br />R&eacute;solutions (ppp) : 600 x 600, 400 x 400,300 x 300, 240 x 240, 200 x 200, 150 x 150, 100 x 100 <br />Modes de num&eacute;risation : N &amp; B, Texte Am&eacute;lior&eacute; (recto, recto verso pour chaque mode) Niveaux de gris 8 bit (recto, recto verso) <br />Vitesse de num&eacute;risation :<br />elle peut varier selon la configuration du PC<br />Se reporter &agrave; la fiche technique pour plus de pr&eacute;cisions.<br /><br />Interface USB 2.0 <br />Compression d&#146;image : CCITT Groupe 4, JPEG, PDF, BMP, TIFF <br />Drivers : ISIS &amp; TWAIN <br />Logiciels fournis :<br />CapturePerfect, Adobe Acrobat 7.0 Standard, OmniPageTM SE (OCR) de ScanSoft&reg; <br />Autres fonctions :<br />Suppression de couleur, Redressement de l&#146;image, D&eacute;tection automatique du format, Ignorer les pages blanches, Suppression des bordures, Enregistrement de courbe gamma, S&eacute;paration de lot, Pr&eacute;f&eacute;rences utilisateur <br />Alimentation &eacute;lectrique 220 - 240V, 50-60HZ <br />Consommation 17W ou moins <br />Dimension (LxPxH) Bac d&#146;alimentation ferm&eacute; : 298 x 100 x 197 mm <br />Poids 2,5 Kg (sans prise AC) <br /><br />Garantie constructeur 1 an pi&egrave;ces d&eacute;tach&eacute;es et main d&#146;oeuvre uniquement.<br /></span> <p></p> <br><br> </td> <!-- Colonne de droite --> <td width="15%" align="center"> <!-- IMAGE --> <a href="http://www.netwalkerstore.com/PBSCCatalog.asp?ItmID=1894606"> <img src="http://www.netwalkerstore.com/Files/18244/dr2050_100.jpg" alt="Scanner Canon DR 2050C" title="Scanner Canon DR 2050C" width="100" height="100" border="0"> </a> <!-- T"©l"©charger PDF --> <br><br> <span class="PRTitCorps"><center><a href="http://www.netwalker.fr/pdf/CANON_DR-2050C.pdf"><img src="../../../i/bt/Documentation.png" target="_blank" alt="T"©l"©charger la documentation du SCANNER CANON DR 2050C" title="T"©l"©charger la documentation du SCANNER CANON DR 2050C" border="0"> </a></center></span> <!-- Comparer --> <br><br> <span class="PRTitCorps"><center><a href="../../j/scanner-canon-2050c.html"><img src="../../../i/bt/Comparer.png" target="_blank" alt="Comparer les Scanners" title="Comparer les Scanners" border="0"> </a></center></span> <!-- <span class="PRTitCorps"><center><a href="../../h/Scanners.htm"><img src="../../../i/bt/Comparer.png" target="_blank" alt="Comparer les Scanners" title="Comparer les Scanners" border="0"> </a></center></span> --> <!-- Commander --> <br> <br> <a href="http://www.netwalkerstore.com/PBSCCatalog.asp?ItmID=1894606"><img src="../../../i/bt/Commander.png" border="0"></a> <br> <!-- --> </td> <!-- 20080821 --> </tr> </table> </td> </tr> </table> <!-- FIN PAGE --> <table width="100%" border="0" cellspacing="0" cellpadding="1"> <tr bgcolor="#006699" valign="center"> <td><strong class="TITRE"> </strong></td> </tr> </table> <center> <span class="copyright"> <a href="http://www.netwalker.fr"> <b>www.netwalker.fr</b> </a> | <a href="http://www.netwalkerstore.com"> <b>NetWalkerstore.com</b> </a> <br> &copy;NetWalker 2009 , g&eacute;n&eacute;r&eacute; le 27/08/09 par NetWalker Content Manager (NCM) 2.3 - 591 <br> &copy;NetWalker EURL - 2009 - SIRET : 483 804 886 0016<br><br> </span> <span class="copyright"> Tarifs en Euros HT fournis &agrave; titre indicatifs (sauf indication contraire) </span> </center> <br> <!-- #BeginLibraryItem "/library/GoogleAnalytics.lbi" --> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> </script> <script type="text/javascript"> _uacct = "UA-689163-2"; urchinTracker(); </script> <!-- #EndLibraryItem --> <center> <script type="text/javascript"><!-- google_ad_client = "pub-7485846490547931"; /* 728x90, date de cr"©ation 11/06/09 hori imeu */ google_ad_slot = "3714331098"; google_ad_width = 728; google_ad_height = 90; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> </center> </body> </html>