Click or drag to resize
AB4D logo

ReaderSvgOptimizeStyleProcessing Property

Gets or sets a Boolean that specifies if ReaderSvg is using an optimized style processing that improves speed of reading svg file (default value is true).

Namespace:  Ab2d
Assembly:  Ab2d.ReaderSvg (in Ab2d.ReaderSvg.dll) Version: 7.1.7295.1040
Syntax
C#
public bool OptimizeStyleProcessing { get; set; }

Property Value

Type: Boolean
Remarks

If OptimizeStyleProcessing is true the ReaderSvg tries to optimize processing of styles in svg file. The optimizations can in some complex style declarations lead to inaccurate reading of svg file. In this case it is recommended to set OptimizeStyleProcessing to false.

See Also