Click or drag to resize
AB4D logo

GeometrySettingsResourcesCountLimit Property

Defines if the pens and brushed are written into resources./> If ResourcesCountLimit is equal or less than 0 than resources are not used. If ResourcesCountLimit is 1 than all pens and brushes are written to resources. If ResourcesCountLimit is 2 (or higher) than all pens and brushes that are used 2 (or more) times are written to resources.

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

Property Value

Type: Int32

Implements

IResourceXamlWriterSettingsResourcesCountLimit
See Also