Click or drag to resize
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.ReaderWmf
Assembly: Ab2d.ReaderWmf (in Ab2d.ReaderWmf.dll) Version: 7.1.5512.1040
Syntax
C#
public int ResourcesCountLimit { get; set; }

Property Value

Type: Int32

Implements

IResourceXamlWriterSettingsResourcesCountLimit
See Also