Search Results for

    Show / Hide Table of Contents

    Class PrintLine

    One physical text row of a page being built by the text driver, holding the line contents, its character-per-inch font step, and the positioned text fragments keyed by column.

    Inheritance
    object
    PrintLine
    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 PrintLine

    Constructors

    View Source

    PrintLine()

    Declaration
    public PrintLine()

    Fields

    View Source

    FontStep

    Declaration
    public PrintStepType FontStep
    Field Value
    Type Description
    PrintStepType
    View Source

    Value

    Declaration
    public string Value
    Field Value
    Type Description
    string
    View Source

    texts

    Declaration
    public SortedList<int, PosText> texts
    Field Value
    Type Description
    SortedList<int, PosText>
    • View Source
    In this article
    Back to top Generated by DocFX