.NET/Link API Version 1.7 USE FRAMES

IKernelLink.EvaluateToTypeset Method (Expr, Int32)

Sends the code to evaluate as an Expr.

[Visual Basic]
Function EvaluateToTypeset( _
   ByVal e As Expr, _
   ByVal width As Integer _
) As Image
[C#]
Image EvaluateToTypeset(
   Expr e,
   int width
);

Parameters

e
The Expr to evaluate.
width
The width to wrap the output to during typesetting, in pixels (a rough measure). Pass 0 for Infinity, or if the expression itself specifies the width.

Return Value

The resulting Image, or null if a MathLinkException occurred.

See Also

IKernelLink Interface | Wolfram.NETLink Namespace | IKernelLink.EvaluateToTypeset Overload List | LastError