PrintingProps.SetRendererPathInMachineConfig Method

Definition

Namespace: ASNA.DataGate.Client.Properties
Assembly: ASNA.QSys.DataGate.Client.dll

Sets the Renderer path in the machine configuration.

void SetRendererPathInMachineConfig(string path)

Sets the Renderer path in the machine configuration.

Remarks

This method sets the ‘Renderer’ property value in the machine configuration.It opens the machine configuration, and then calls the SetRendererPath method to set the new Renderer path.

void SetRendererPathInMachineConfig(string path)

Parameters

Type Parameter name Description
String path The new Renderer path.

See Also