Specifies style information applied to text.

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

Syntax

C#
public enum PdfFontStyle
Visual Basic
Public Enumeration PdfFontStyle

Members

Member nameValueDescription
Bold1 Bold text.
Italic2 Italic text.
Regular0 Normal text.
Strikeout8 Text with a line through the middle.
Underline4 Underlined text.

See Also