홈 / 뉴스 / 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.