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.
Inherited Members
Namespace: Reportman.Drawing
Assembly: Reportman.Drawing.dll
Syntax
public class PrintLine
Constructors
View SourcePrintLine()
Declaration
public PrintLine()
Fields
View SourceFontStep
Declaration
public PrintStepType FontStep
Field Value
| Type | Description |
|---|---|
| PrintStepType |
Value
Declaration
public string Value
Field Value
| Type | Description |
|---|---|
| string |
texts
Declaration
public SortedList<int, PosText> texts
Field Value
| Type | Description |
|---|---|
| SortedList<int, PosText> |