'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

IntroducedKCML 5.00
CompatibilityKClient

See Also

KCMLCaptureForm, KCMLImageCapture, KCMLImageLoad, KCMLImageResize, KCMLImageReturn

Index of internal $DECLARE functions