PrintingProps.SetRendererPath Method
Definition
Namespace: ASNA.DataGate.Client.Properties
Assembly: ASNA.QSys.DataGate.Client.dll
Sets the Renderer path in the specified configuration.
void SetRendererPath(string path, Configuration config)
Sets the Renderer path in the specified configuration.
Remarks
This method sets the ‘Renderer’ property value in the specified configuration.It retrieves the ‘appSettings’ section from the configuration, and then sets the new Renderer path.
void SetRendererPath(string path, Configuration config)
Parameters
| Type | Parameter name | Description |
|---|---|---|
| String | path | The new Renderer path. |
| Configuration | config | The configuration in which to set the Renderer path. |