MathKernelGraphicsResolution Property

Gets or sets the resolution, in pixels per inch, for Wolfram Language graphics generated during a computation.

Definition

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

Property Value

Int32

Remarks

The default value, 0, uses the default resolution in the Wolfram Language.

Most users will leave this value alone.

See Also