MathKernelGraphicsFormat Property

Gets or sets the image format 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 string GraphicsFormat { get; set; }

Property Value

String

Remarks

The default value is "Automatic", which is a good compromise between speed and image quality. You can use any of the values "GIF", "JPEG", "Metafile", and "Automatic".

Graphics output will only be captured if you set the CaptureGraphics property to true.

See Also