SvgExtractionOptions.GroupStrength

SvgExtractionOptions.GroupStrength property

Gets and sets an option The strength of grouping subpaths into images. Allows you to configure the degree of grouping of subpaths. The value ranges is from 0 to 1. A value of 0 corresponds to the ExtractEverySubPathToSvg option being enabled. A value of 1 will create single image for all vector paths on the page. The option has an effect when AutoGrouping is false. The default value is 0.8.

public double GroupStrength { get; set; }

See Also