SaveAsJPG(text)
Saves the current image as a .jpeg file with 16-bit color depth.
Parameters
Text. Specifies path to the file. This parameter accepts a WideString value.
Examples
Copy
Graphic.SaveAsJPG('c:\\cancel.jpg');