RegionEvaluableWriteMath Method
Writes the mathematical expression to XML on save of the document.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
public void WriteMath(
XmlWriter writer
)
Public Sub WriteMath (
writer As XmlWriter
)
public:
void WriteMath(
XmlWriter^ writer
)
member WriteMath :
writer : XmlWriter -> unit
Parameters
- writer XmlWriter
- Writer to save the mathematical expression to.