IKernelLink.EvaluateToTypeset Method (String, Int32)
Sends the code to evaluate as a string.
[Visual Basic]
Function EvaluateToTypeset( _
ByVal
s As
String, _
ByVal
width As
Integer _
) As
Image
Parameters
-
s
- The string 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