首页 / 新闻 / GrapeCity Documents for Imaging 5.1.0.790
GrapeCity Documents for Imaging 5.1.0.790
创建、加载、检查、修改和保存 SVG 图像的内部结构。
4月 26, 2022
新版本
特性
New GcSvgDocument class is now included in the GrapeCity.Documents.Svg namespace. This class allows you to create, load, inspect, modify and save the internal structure of an SVG image. The GcSvgGraphics class is derived from GcGraphics. It makes it possible to render graphics on a GcSvgDocument.
The GcSvgDocument class adds a ToSvgDocument method that converts a set of drawing commands (from GcSvgGraphics) to the well-defined object model of SVG Document. The resulting SVG Document can be saved to the .SVG file or converted to a byte array with compressed SVGZ data.