Search Results for

    Show / Hide Table of Contents

    Struct LineInfo

    Line information when measuring pdf texts

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: Reportman.Drawing
    Assembly: Reportman.Drawing.dll
    Syntax
    public struct LineInfo

    Fields

    View Source

    Glyphs

    Declaration
    public List<TGlyphPos> Glyphs
    Field Value
    Type Description
    List<TGlyphPos>
    View Source

    Height

    Declaration
    public int Height
    Field Value
    Type Description
    int
    View Source

    LastLine

    Declaration
    public bool LastLine
    Field Value
    Type Description
    bool
    View Source

    LineHeight

    Declaration
    public double LineHeight
    Field Value
    Type Description
    double
    View Source

    Position

    Declaration
    public int Position
    Field Value
    Type Description
    int
    View Source

    Size

    Declaration
    public int Size
    Field Value
    Type Description
    int
    View Source

    Step

    Declaration
    public PrintStepType Step
    Field Value
    Type Description
    PrintStepType
    View Source

    Text

    Declaration
    public string Text
    Field Value
    Type Description
    string
    View Source

    TopPos

    Declaration
    public int TopPos
    Field Value
    Type Description
    int
    View Source

    Width

    Declaration
    public int Width
    Field Value
    Type Description
    int
    • View Source
    In this article
    Back to top Generated by DocFX