Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / MathMLConverter Class / ToMathML Method / ToMathML(ContentObject,XmlWriter) Method
The source ContentObject to convert.
The target System.Xml.XmlWriter where to write the MathML content.

In This Topic
    ToMathML(ContentObject,XmlWriter) Method
    In This Topic
    Converts a ContentObject to MathML.
    Syntax
    'Declaration
     
    Public Overloads Sub ToMathML( _
       ByVal content As ContentObject, _
       ByVal result As System.Xml.XmlWriter _
    ) 
    public void ToMathML( 
       ContentObject content,
       System.Xml.XmlWriter result
    )

    Parameters

    content
    The source ContentObject to convert.
    result
    The target System.Xml.XmlWriter where to write the MathML content.
    See Also