Struct HtmlTextRenderer.CharWithIndex
Contains Char/position pair.
Namespace: FastReport.Utils
Assembly: FastReport.Base.dll
Syntax
public struct CharWithIndex
Properties
Char
Gets the char.
Declaration
public char Char { get; }
Property Value
| Type | Description |
|---|---|
| System.Char |
Index
Gets the index.
Declaration
public int Index { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |