Aspose::Pdf::Vector::Extraction::SvgExtractionOptions::get_GroupStrength method
SvgExtractionOptions::get_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.
double Aspose::Pdf::Vector::Extraction::SvgExtractionOptions::get_GroupStrength() const
See Also
- Class SvgExtractionOptions
- Namespace Aspose::Pdf::Vector::Extraction
- Library Aspose.PDF for C++