'KCMLImageSave(FileName$, Type)
Save on the client the current in-memory image.
Arguments
| STR() | FileName$ | [in] | The filename to create on the client. Intermediate directories will be created automatically. |
| INT() | Type | [in] | The type in KCML_IMAGE_ENUM of image to save. |
Returns
Size of the image file or zero if unable to save it.
Syntax
The following definition is built into KCML. You do not have to include it in your own code.
$DECLARE 'KCMLImageSave(STR(), INT())
Further Information
| Introduced | KCML 5.00 |
| Compatibility | KClient |
See Also
KCMLCaptureForm, KCMLImageCapture, KCMLImageLoad, KCMLImageResize, KCMLImageReturn