Click or drag to resize
GeometrySettingsCombineGeometries Property
If true the geometries with the same pen and brush are combined into one geometry. This can improve the performance significantly. For fine tuning which geometries are combined see also CombineElementWithPenAndBrush and CombineAllSameIntoOneGeometry.

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

Property Value

Type: Boolean
See Also