Accusoft.PdfXpressSdk Namespace : FontFamily Enumeration |
'Declaration Public Enum FontFamily Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As FontFamily
public enum FontFamily : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
__value public enum FontFamily : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
public enum class FontFamily : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Value | Description |
---|---|---|
Monospace | 0 | Mono-space (fixed-width) font to be used for text addition and has a value of 0. |
SansSerif | 1 | Sans-serif font to be used for text addition and has a value of 1. |
Serif | 2 | Serif font to be used for text addition and has a value of 2. |
System.Object
System.ValueType
System.Enum
Accusoft.PdfXpressSdk.FontFamily