MathRendererPlugin.Process

MathRendererPlugin.Process method

Runs Math Renderer processing with the specified parameters.

public ResultContainer Process(IPluginOptions options)
ParameterTypeDescription
optionsIPluginOptionsAn options object containing instructions for the MathRenderer.

Return Value

An ResultContainer object containing the result of the operation.

Exceptions

exceptioncondition
ArgumentExceptionWhen given options instance is null or has inappropriate type, or one of the input/output sources has unsupported type.

See Also