ComponentOne PDF for WPF and Silverlight
PdfFontStyle Enumeration

C1.Silverlight.Pdf.5 Assembly > C1.Silverlight.Pdf Namespace : PdfFontStyle Enumeration
Specifies style information applied to text.
Syntax
'Declaration
 
Public Enum PdfFontStyle 
   Inherits System.Enum
public enum PdfFontStyle : System.Enum 
Members
MemberDescription
BoldBold text.
ItalicItalic text.
RegularNormal text.
StrikeoutText with a line through the middle.
UnderlineUnderlined text.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Silverlight.Pdf.PdfFontStyle

See Also

Reference

C1.Silverlight.Pdf Namespace