Search Results for

    Show / Hide Table of Contents

    Class PDFFont

    Inheritance
    object
    PDFFont
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Drawing
    Assembly: Reportman.Drawing.dll
    Syntax
    public class PDFFont

    Constructors

    PDFFont()

    Declaration
    public PDFFont()

    Fields

    BackColor

    Declaration
    public int BackColor
    Field Value
    Type Description
    int

    Bold

    Declaration
    public bool Bold
    Field Value
    Type Description
    bool

    Color

    Declaration
    public int Color
    Field Value
    Type Description
    int

    Italic

    Declaration
    public bool Italic
    Field Value
    Type Description
    bool

    LFontName

    Declaration
    public string LFontName
    Field Value
    Type Description
    string

    Name

    Declaration
    public PDFFontType Name
    Field Value
    Type Description
    PDFFontType

    Size

    Declaration
    public int Size
    Field Value
    Type Description
    int

    StrikeOut

    Declaration
    public bool StrikeOut
    Field Value
    Type Description
    bool

    Style

    Declaration
    public int Style
    Field Value
    Type Description
    int

    Transparent

    Declaration
    public bool Transparent
    Field Value
    Type Description
    bool

    Underline

    Declaration
    public bool Underline
    Field Value
    Type Description
    bool

    WFontName

    Declaration
    public string WFontName
    Field Value
    Type Description
    string

    Methods

    GetFontFamily()

    Declaration
    public string GetFontFamily()
    Returns
    Type Description
    string

    GetFontFamilyKey()

    Declaration
    public string GetFontFamilyKey()
    Returns
    Type Description
    string
    In this article
    Back to top Generated by DocFX