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

In This Topic
    ToMathML(RangeBase,XmlWriter) Method
    In This Topic
    Converts a RangeBase to MathML.
    Syntax
    'Declaration
     
    Public Overloads Function ToMathML( _
       ByVal range As RangeBase, _
       ByVal result As System.Xml.XmlWriter _
    ) As System.Boolean
    public System.bool ToMathML( 
       RangeBase range,
       System.Xml.XmlWriter result
    )

    Parameters

    range
    The source RangeBase to convert.
    result
    The target System.Xml.XmlWriter where to write the MathML content.

    Return Value

    true if the range is converter successfully; otherwise false
    See Also