MathKernelGraphicsFormat Property
Gets or sets the image format for Wolfram Language graphics generated during a computation.
Namespace: Wolfram.NETLinkAssembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
public string GraphicsFormat { get; set; }
Public Property GraphicsFormat As String
Get
Set
public:
property String^ GraphicsFormat {
String^ get ();
void set (String^ value);
}
member GraphicsFormat : string with get, set
Property Value
String
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.