Menu Content/Inhalt
Basic methods

SetMathML
Imports the equation by the MathML 2.0 text storing in the argument.

GetMathML
Exports the current version of the equation that you’re working on by saving it in the argument as MathML 2.0 text.

ExportEMF
Exports the current version of the equation that you’re working on by saving it on disk into EMF (Enhanced Windows Metafile) file.

ExportHEMF
Exports the current version of the equation in the form of handle in memory to EMF (Enhanced Windows Metafile).

ExportImage
Exports the current version of the equation that you’re working on by saving it on disk in a graphic file.

ExportHBitmap
Exports the current version of the equation in the form of handle in memory to Bitmap.

ExportXHTML
Exports the current version of the equation for publishing mathematics on web by saving it on disk into XHTML file.

ExportImage2Stream
Exports the current version of the equation that you’re working on by storing the corresponding graphic file into a stream (for the further external GDI+ objects creation).

ExportImage2Array
Exports the current version of the equation that you’re working on by storing the corresponding graphic file into the byte array.

ExportImage2BitmapInfo

Exports the current version of the equation that you’re working on by storing the corresponding raw GDI object into the array (for the further external GDI+ objects creation).

Fine tuning methods

SetBackgroundColor
Sets the background color of the equation.

GetBackgroundColor
Gets the background color of the equation.

SetShowNesting
Switch the equation display into nesting mode.

GetShowNesting
Switch the equation display from the nesting mode into normal viewing mode.

SetShowReadOnly
Switch the equation display into “show read-only nodes” mode.

GetShowReadOnly
Switch the equation display from the “show read-only nodes” mode into normal viewing mode.

SetLineSpacing
Changes default value of distance between neighbour lines (in %).

GetLineSpacing
Gets default value of distance between neighbour lines (in %).

SetScale
Changes the viewing scale (in %). Acceptable values of the viewing scale are: 100, 200, 300, 500, 1000.

GetScale
Gets the viewing scale (in %).

SetTopIndent
Sets the top indent for a document in pixels (px).

GetTopIndent
Gets the top indent for a document in pixels (px).

SetBottomIndent
Sets the bottom indent for a document in pixels (px).

GetBottomIndent
Gets the bottom indent for a document in pixels (px).

SetLeftIndent
Sets the left indent for a document in pixels (px).

GetLeftIndent
Gets the left indent for a document in pixels (px).

SetRightIndent
Sets the right indent for a document in pixels (px).

GetRightIndent
Gets the right indent for a document in pixels (px).

SetShowInvisibleElements
Sets the option whether to render invisible Content MathML elements.

GetShowInvisibleElements
Gets the option whether to render invisible Content MathML elements.

SetStyleFaceName
Allows to change the font name assigned to each style.

GetStyleFaceName
Allows to get the font name assigned to each style.

SetStyleBold
Allows to change the weight of the font assigned to each style.

GetStyleBold
Allows to get the weight of the font assigned to each style.

SetStyleItalic
Allows to change the italic property of the font assigned to each style.

GetStyleItalic
Allows to get the italic property of the font assigned to each style.

SetStyleColor
Allows to change the color of the font assigned to each style.

GetStyleColor
Allows to get the color of the font assigned to each style.

SetExpressionColor
Allows to change the color of entire mathematical expression.

SetSymbolSize
Sets the font size in points (pt) for predefined types of text.

GetSymbolSize
Gets the font size in points (pt) for predefined types of text.