Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Saving data from signature collector
Message
 
 
À
05/03/2008 10:27:52
Brian O'Donovan
Crescent Computers
Cork, Irlande
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Divers
Thread ID:
01298829
Message ID:
01298922
Vues:
21
I would try
  lnImageHeight = 100
  lnImageWidth = 200
   .SaveToFile(lcBmpFileName, 0, lnImageHeight, lnImageWidth)
>
>this is the only documentation that I can find. This is describing the parameters for the savetofile paramater
>
>
>2.3.7 SaveToFile
>Description
>Saves the signature as an image file (bmp, jpeg) in the set location.
>Parameters
>FileName – Data type String - Complete file Path where the bmp image is to be saved.
>FileType - Data type FILETYPE – Indicates type of file (image) storage.
> (BMP = 0, JPEG =1)
>nHeight – Data type Integer - Height of the bmp image in pixels.
>nWidth – Data type Integer - Width of the bmp image in pixels.
>ImageQuality – Data type Integer – For image quality (jpeg). An Optional parameter.
>
>just not too sure what the syntax in the above method shoul be
>
>
>If you could help it would be great
>
>thanks
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform