version 11.3
SVG_Estimate_weight (svgObject) Number
| Parameter | Type | Description | |
| svgObject | SVG_Ref | Reference of SVG document | |
| Function result | Number | Size in bytes of SVG document |
Description
The SVG_Estimate_weight command returns the size in bytes of the SVG tree whose reference is passed as in the svgObject parameter. If svgObject is not a valid reference, an error is generated.
See Also