Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Saving data from signature collector
Message
 
 
To
05/03/2008 10:27:52
Brian O'Donovan
Crescent Computers
Cork, Ireland
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01298829
Message ID:
01298922
Views:
20
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--
Previous
Reply
Map
View

Click here to load this message in the networking platform