.NET/Link API Version 1.7 USE FRAMES

MathKernel.CapturePrint Property

Get or sets whether this MathKernel object should capture Mathematica Print output generated during a computation.

[Visual Basic]
Public Property CapturePrint As Boolean
[C#]
public bool CapturePrint {get; set;}

Remarks

This value must be true to use the PrintOutput property.

The default value is true.

See Also

MathKernel Class | Wolfram.NETLink Namespace | PrintOutput