Click or drag to resize
AB4D logo

GeometrySettingsSetOptimizationPercentage Method

Gets GeometrySettings from percentage (0 - means fully usable and changeable, 100 - means best performance). Note: For values above 50 it is possible that there are some anomalies on the image because of have geometry optimization - please check the image before exporting.

Namespace:  Ab2d.Common.ReaderSvg
Assembly:  Ab2d.ReaderSvg (in Ab2d.ReaderSvg.dll) Version: 7.1.7295.1040
Syntax
C#
public void SetOptimizationPercentage(
	int percentage
)

Parameters

percentage
Type: SystemInt32
0 - means fully usable and changeable, 100 - means best performance
See Also