IKernelLinkGraphicsFormat Property

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

Definition

Namespace: Wolfram.NETLink
Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
string GraphicsFormat { get; set; }

Property Value

String

Remarks

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

The default value is "Automatic", which is the same as "GIF".

On Windows, you can use "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