SaveAsGifs

Saves an image as a .gif or .jpeg file.

Values
  • true. Saves the image as a .gif file with 256-color depth.
  • false. Saves the image as a .jpeg file with 16-bit color depth.

When the Sage CRM server graphics adapter is configured to allow for 16-bit color depth or greater, this property is set to false by default. Otherwise, this property is set to true.

Examples
Copy
Graphic.SaveAsGifs = true;