PrintingProps class
Represents the application settings for printing properties. This class is auto-generated and changes may be overwritten.
Namespace: ASNA.DataGate.Client.Properties Assembly: ASNA.QSys.DataGate.Client.dll
Inheritance: Object –> SettingsBase –> ApplicationSettingsBase
Properties
| Type | Name | Description |
|---|---|---|
| PrintingProps | Default | Gets the default instance of the PrintingProps class. |
| String | Renderer | Gets the Renderer setting from the application settings. |
| Boolean | RenderInProc | Gets the RenderInProc setting from the application settings. |
Methods
| Signature | Description |
|---|---|
| GetRendererPath() | Retrieves the Renderer path from the application settings. |
| IsRendererPathMissing() | Checks if the Renderer path is missing in the application settings. |
| SetRendererPath(String, Configuration) | Sets the Renderer path in the specified configuration. |
| SetRendererPathInMachineConfig(String) | Sets the Renderer path in the machine configuration. |