Aspose::Pdf::Vector::Extraction::SvgExtractionOptions::set_GroupStrength method

SvgExtractionOptions::set_GroupStrength method

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.

void Aspose::Pdf::Vector::Extraction::SvgExtractionOptions::set_GroupStrength(double value)

See Also