 
            | Accusoft.PdfXpressSdk Namespace : FontWeight Enumeration | 
'Declaration Public Enum FontWeight Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As FontWeight
public enum FontWeight : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
__value public enum FontWeight : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
public enum class FontWeight : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
| Member | Value | Description | 
|---|---|---|
| Bold | 1 | Font of added text will be bolded. This has a value of 1. | 
| Normal | 0 | Font of added text will have no additional weight. This has a value of 0. | 
System.Object
   System.ValueType
      System.Enum
         Accusoft.PdfXpressSdk.FontWeight