.NET/Link API Version 1.7 USE FRAMES

MathKernel.PrintOutput Property

Gets the accumulated strings from Mathematica Print output during the last call to Compute.

[Visual Basic]
Public ReadOnly Property PrintOutput As String()
[C#]
public string[] PrintOutput {get;}

Remarks

You must set the CapturePrint property to true to use this property.

See Also

MathKernel Class | Wolfram.NETLink Namespace