MathRenderer.Render

MathRenderer.Render method

Renders a math formula.

public SizeF Render(string formula, Stream stream, MathRendererOptions mathRendererOptions)
ParameterTypeDescription
formulaStringThe formula LaTeX program.
streamStreamThe stream to write the output to.
mathRendererOptionsMathRendererOptionsThe rendering options.

Return Value

The output image size.

See Also