'Declaration Public Overloads Function FromMathML( _ ByVal mathML As System.Xml.XmlReader, _ ByVal to As OMath _ ) As ContentObject()
public ContentObject[] FromMathML( System.Xml.XmlReader mathML, OMath to )
Parameters
- mathML
- The source System.Xml.XmlReader containing the MathML content to convert.
- to
- The target OMath where to add the converted content.
Return Value
The array of created ContentObjects.