Struct HtmlTextRenderer.CharWithIndex
Namespace: FastReport.Utils
Assembly: FastReport.Base.dll
Syntax
public struct CharWithIndex
Constructors
CharWithIndex(Char, Int32)
Declaration
public CharWithIndex(char v, int fPosition)
Parameters
Type | Name | Description |
---|---|---|
System.Char | v | |
System.Int32 | fPosition |
Fields
Char
Declaration
public char Char
Field Value
Type | Description |
---|---|
System.Char |
Index
Declaration
public int Index
Field Value
Type | Description |
---|---|
System.Int32 |