Aspose::TeX::Features::MathRenderer::Render method

MathRenderer::Render method

Renders a math formula.

System::Drawing::SizeF Aspose::TeX::Features::MathRenderer::Render(System::String formula, System::SharedPtr<System::IO::Stream> stream, System::SharedPtr<MathRendererOptions> mathRendererOptions)
ParameterTypeDescription
formulaSystem::StringThe formula LaTeX program.
streamSystem::SharedPtr<System::IO::Stream>The stream to write the output to.
mathRendererOptionsSystem::SharedPtr<MathRendererOptions>The rendering options.

ReturnValue

The output image size.

See Also