Click or drag to resize
AB4D logo

ReaderSvgOptimizeObjectGroups Property

Gets or sets a Boolean that specifies if groups (Canvas or DrawingGroup) are optimized in such a way that they groups that contain only one other group (Canvas or DrawingGroup) are removed. Default value is false which preserves the groups as they are defined in the original svg file.

Namespace:  Ab2d
Assembly:  Ab2d.ReaderSvg (in Ab2d.ReaderSvg.dll) Version: 7.1.7295.1040
Syntax
C#
public bool OptimizeObjectGroups { get; set; }

Property Value

Type: Boolean
See Also