Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / MathMLConverter Class / FromMathML Method / FromMathML(XmlReader,OMath) Method
The source System.Xml.XmlReader containing the MathML content to convert.
The target OMath where to add the converted content.

In This Topic
    FromMathML(XmlReader,OMath) Method
    In This Topic
    Adds MathML content to a OMath.
    Syntax
    '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.
    See Also