Click or drag to resize
IResourceXamlWriterSettingsUseResources Property
If true pens and brushes that are uses more than once are written into resources. If false resources are not used. Setting this property actually sets ResourcesCountLimit. Note: Resources are used only when GetXaml method is called and not with ReadGeometry method.

Namespace: Ab2d.Common.ReaderWmf
Assembly: Ab2d.ReaderWmf (in Ab2d.ReaderWmf.dll) Version: 6.4.5080.19208
Syntax
C#
bool UseResources { get; set; }

Property Value

Type: Boolean
See Also