Click or drag to resize

ITextAppendContentAppendMath Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Inserts mathFormula block

Namespace:  imbSCI.Core.reporting.render
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
void AppendMath(
	string mathFormula,
	string mathFormat = "asciimath"
)
Request Example View Source

Parameters

mathFormula
Type: SystemString
The math formula: LaTeX, KaTex, asciimath...
mathFormat (Optional)
Type: SystemString
The math format used to describe the formula
See Also