.NET/Link API Version 1.7 USE FRAMES

MathKernel.GraphicsFormat Property

Gets or sets the image format for Mathematica graphics generated during a computation.

[Visual Basic]
Public Property GraphicsFormat As String
[C#]
public string GraphicsFormat {get; set;}

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

MathKernel Class | Wolfram.NETLink Namespace | CaptureGraphics | Graphics