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

    Glyphs

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

    Height

    Declaration
    public int Height
    Field Value
    Type Description
    int

    LastLine

    Declaration
    public bool LastLine
    Field Value
    Type Description
    bool

    LineHeight

    Declaration
    public double LineHeight
    Field Value
    Type Description
    double

    Position

    Declaration
    public int Position
    Field Value
    Type Description
    int

    Size

    Declaration
    public int Size
    Field Value
    Type Description
    int

    Step

    Declaration
    public PrintStepType Step
    Field Value
    Type Description
    PrintStepType

    Text

    Declaration
    public string Text
    Field Value
    Type Description
    string

    TopPos

    Declaration
    public int TopPos
    Field Value
    Type Description
    int

    Width

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