Specifies style information applied to text.

Namespace:  C1.Phone.Pdf
Assembly:  C1.Phone.Pdf (in C1.Phone.Pdf.dll)

Syntax

C#
[FlagsAttribute]
public enum PdfFontStyle
Visual Basic
<FlagsAttribute> _
Public Enumeration PdfFontStyle

Members

Member nameDescription
Bold Bold text.
Italic Italic text.
Regular Normal text.
Strikeout Text with a line through the middle.
Underline Underlined text.

See Also