Click or drag to resize

WangFormatterUseWangBoldLevels Property

Gets or sets a value indicating how the lfWeight property will be interpreted for a TextAnnotation. Default value is false, to preserve backwards compatibility, an lfWeight of 400 or greater will indicate bold text. Setting this to true will be consistent with the WANG specification, an lfWeight of 700 or greater will indicate bold text.

Namespace:  Atalasoft.Annotate.Formatters
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool UseWangBoldLevels { get; set; }

Property Value

Type: Boolean
See Also