Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
.NET/Link API Version 1.4 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