MathKernelPageWidth Property
Gets or sets the width to which output should be wrapped.
Namespace: Wolfram.NETLinkAssembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
public int PageWidth { get; set; }
Public Property PageWidth As Integer
Get
Set
public:
property int PageWidth {
int get ();
void set (int value);
}
member PageWidth : int with get, set
Property Value
Int32
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.