Click or drag to resize
GeometrySettingsFromOptimizationPercentage 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.ReaderWmf
Assembly: Ab2d.ReaderWmf (in Ab2d.ReaderWmf.dll) Version: 7.1.5512.1040
Syntax
C#
public static GeometrySettings FromOptimizationPercentage(
	int percentage
)

Parameters

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

Return Value

Type: GeometrySettings
GeometrySettings
See Also