RichTextStyleFontWeight Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets the weight of the font for the enclosed text. Possible values: normal, bold, 100, 200, 300, 400, 500, 600, 700, 800, 900. normal is equivalent to 400, and bold is equivalent to 700.

Namespace:  Apitron.PDF.Kit.Interactive.Annotations.RichText
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public Nullable<FontWeight> FontWeight { get; set; }

Property Value

Type: NullableFontWeight
The font weight.
See Also

Reference