MathKernelPageWidth Property

Gets or sets the width to which output should be wrapped.

Definition

Namespace: Wolfram.NETLink
Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
public int PageWidth { get; set; }

Property Value

Int32

Remarks

If ResultFormat indicates a string result, this is the page width in characters; if ResultFormat indicates an Image result, this is the width in pixels.

See Also