'Declaration
<FlagsAttribute()> Public Enum PdfFontStyle Inherits System.Enum
[Flags()] public enum PdfFontStyle : System.Enum
'Declaration
<FlagsAttribute()> Public Enum PdfFontStyle Inherits System.Enum
[Flags()] public enum PdfFontStyle : System.Enum
Member | Description |
---|---|
Bold | Bold text. |
Italic | Italic text. |
Regular | Normal text. |
Strikeout | Text with a line through the middle. |
Underline | Underlined text. |
System.Object
System.ValueType
System.Enum
C1.Xaml.Pdf.PdfFontStyle