ホーム / ニュース / 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.