FontWeight Enumeration

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This enum represents the lost of allowed font weights.

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 enum FontWeight
Members

  Member nameValueDescription
Normal400 The enclosed text should be notmal.
Bold700 The enclosed text should be bold.
FontWeight100100 The enclosed text should have weight=100.
FontWeight200200 The enclosed text should have weight=200.
FontWeight300300 The enclosed text should have weight=300.
FontWeight400400 The enclosed text should have weight=400.
FontWeight500500 The enclosed text should have weight=500.
FontWeight600600 The enclosed text should have weight=600.
FontWeight700700 The enclosed text should have weight=700.
FontWeight800800 The enclosed text should have weight=800.
FontWeight900900 The enclosed text should have weight=900.
See Also

Reference