Click or drag to resize

aceLogAppendMath Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbACE.Core.core
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public void AppendMath(
	string mathFormula,
	string mathFormat = "asciimath"
)
Request Example View Source

Parameters

mathFormula
Type: SystemString
mathFormat (Optional)
Type: SystemString

Implements

ITextAppendContent.AppendMath(String, String)
See Also