Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Tif images
Message
De
30/03/2004 12:15:53
Reza Meamar
Homa Programming Group
Shiraz, Iran
 
 
À
29/03/2004 11:09:34
Sergio Ortiz
Tek Services Group, Llc
Hollywood, Floride, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
Divers
Thread ID:
00889613
Message ID:
00890868
Vues:
22
Yes of course
picture scan is very easy too.
if you want to use from kodak image here is code for you:

oMyForm = CREATEOBJECT("form")
oMyForm.AddObject("oleOutline","olecontrol","Imaging.ScanCtrl.1")

oMyForm.oleOutline.filetype=1 && for tif extension
oMyForm.oleOutline.image="c:\test.tif" && you can get this value from a textbox
oMyForm.oleOutline.multipage=.f.
*oMyForm.oleOutline.page=0
oMyForm.oleOutline.pageoption=1
oMyForm.oleOutline.scanto=2
oMyForm.oleOutline.scroll=.f.

oMyForm.oleOutline.showsetupbeforescan=.T.
oMyForm.oleOutline.stopscanbox=.f.

*oMyForm.oleOutline.showscanpreferences
*oMyForm.oleOutline.showscanpage

oMyForm.oleOutline.openscanner
oMyForm.oleOutline.startscan
oMyForm.oleOutline.closescanner



this is all of things for scan picture.
if you dont want to use from kodak image i have another dll that is free and simple.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform