.NET/Link API Version 1.7 USE FRAMES

IKernelLink.GraphicsFormat Property

Gets or sets the format in which Mathematica graphics will be rendered.

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

Remarks

The current supported values for this property are "Automatic", "GIF", "JPEG", and "Metafile".

The default value is "Automatic", which tries to provide a good compromise between speed and quality for most graphics. When the setting is "Automatic", GIF will be used in most cases, JPEG in some.

You are encouraged to try "Metafile", which uses the Windows Metafile format. These images can be dynamically resized after they have been created, and will redraw in excellent quality at any size.

See Also

IKernelLink Interface | Wolfram.NETLink Namespace