PDF for UWP | ComponentOne
C1.Xaml.Pdf Namespace / PdfFontStyle Enumeration

In This Topic
    PdfFontStyle Enumeration
    In This Topic
    Specifies style information applied to text.
    Syntax
    'Declaration
     
    
    <FlagsAttribute()>
    Public Enum PdfFontStyle 
       Inherits System.Enum
    [Flags()]
    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.Xaml.Pdf.PdfFontStyle

    See Also