MathKernelGraphicsResolution Property
Gets or sets the resolution, in pixels per inch, for Wolfram Language graphics generated during a computation.
Namespace: Wolfram.NETLinkAssembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
public int GraphicsResolution { get; set; }
Public Property GraphicsResolution As Integer
Get
Set
public:
property int GraphicsResolution {
int get ();
void set (int value);
}
member GraphicsResolution : int with get, set
Property Value
Int32
The default value, 0, uses the default resolution in the Wolfram Language.
Most users will leave this value alone.