Adds the specified Boolean setting to the current printer settings if the setting name does not already exists; otherwise, the existing setting value will be overridden.
private void SetSetting(string settingName, bool boolValue);
Parameter | Description |
---|---|
string settingName | A string containing the setting name. |
bool boolValue | A Boolean setting value. |