Aspose::Pdf::Vector::Extraction::SvgExtractionOptions::set_StrictExtractionAreaBoundCheck method

SvgExtractionOptions::set_StrictExtractionAreaBoundCheck method

Gets and sets an option to define strictly checks whether subpaths are within the specified rectangle in ExtractionAreaBound. If set to false, then subpaths that are not completely included in ExtractionAreaBound will be extracted. The default value is True.

void Aspose::Pdf::Vector::Extraction::SvgExtractionOptions::set_StrictExtractionAreaBoundCheck(bool value)

See Also