SvgExtractionOptions.StrictExtractionAreaBoundCheck

SvgExtractionOptions.StrictExtractionAreaBoundCheck property

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.

public bool StrictExtractionAreaBoundCheck { get; set; }

See Also