Click or drag to resize
ReaderWmfUsedMinLineWidthFactor Property
Gets the MinLineWidthFactor that was used when reading metafile.

Namespace: Ab2d
Assembly: Ab2d.ReaderWmf (in Ab2d.ReaderWmf.dll) Version: 7.1.5512.1040
Syntax
C#
public float UsedMinLineWidthFactor { get; }

Property Value

Type: Single
Remarks

When MinLineWidthFactor is set to 0 (default), the ReaderWmf tries to set the StrokeThickness based on the size of the metafile.

With this property it is possible to get the used value. If the MinLineWidthFactor is set by the user, the UsedMinLineWidthFactor is the same as MinLineWidthFactor.

See Also