Possible values in which we can save an image when exporting to HTML.
Syntax
Unit: FlexCel.Render
Members
Name |
Value |
Description |
Png |
0 |
Save image as PNG. Note that transparency in PNG is not supported in ie6 unless you apply a fix.
|
Gif |
1 |
Save image as GIF. Image will be converted to 256 colors.
|
Jpeg |
2 |
Save image as JPEG. Note that transparency is not supported in JPEG.
|
Svg |
3 |
Save image as SVG. SVG is a vectorial format supported by most modern browsers, and it allows smooth scaling of charts or autoshapes when zooming in high-dpi/retina devices.
|