| 
OfficeMath
FromLatexMathCode Method
  | 
 Froms the latex math code.
 Namespace:
 Spire.Doc.Fields.OMath
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public void FromLatexMathCode(
	string latexMathCode
)
 
Public Sub FromLatexMathCode ( 
	latexMathCode As String
)
 
public:
void FromLatexMathCode(
	String^ latexMathCode
)
 
member FromLatexMathCode : 
latexMathCode : string -> unit 
 
 
 
Parameters
 
- 
latexMathCode
 
- 
 Type:
 
System
String
 
 The latex math code.
 
 See Also
See Also