|
PEcopysvgtofileBOOL PEcopysvgtofile (hObject, lpPoint, lpszFilename, bCompress)
This function places the current image, in the form of an SVG, into a file named by lpszFilename. If bCompress is TRUE, the file is built compressed.
The SVG format is a vector based image definition format similar to the metafile format. Unicode strings are only supported if Unicode fonts are used to build chart. These same Unicode fonts must be present on any target system.
ProEssentials adds SVG support at a very basic level. We do not support interactivity, or other advanced features SVG can potentially offer. Its main advantage is passing large high resolution images via small bandwidth (many charts will only take 2K in data independent of size of image.)
Setting the RenderEngine to Gdi/Hybrid versus GdiPlus will have an impact on end results as relates to potential alpha blending.
Returns NonZero if the function was successful, otherwise Zero.
Comments .NET developers, see PeFunction.Image.SvgToFile
OCX developers, see the PEcopysvgtofile method.
VCL developers, use PEcopysvgtofile as defined in PEGRPAPI.PAS.
See Also: SvgXmlParms, SvgXmlnsParms
|
©2022 Gigasoft, Inc. | All rights reserved.
Gigasoft is a registered trademark, and ProEssentials a trademark of Gigasoft, Inc. |