SetSetting Methods

Method Description
SetSetting Method (string, [ReadOnlyArray] byte[]) Adds the specified byte array setting to the current printer settings if the setting name does not already exists; otherwise, the existing setting value will be overridden.
SetSetting Method (string, bool) 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.
SetSetting Method (string, int) Adds the specified integer setting to the current printer settings if the setting name does not already exists; otherwise, the existing setting value will be overridden.
SetSetting Method (string, string) Adds the specified string setting to the current printer settings if the setting name does not already exists; otherwise, the existing setting value will be overridden.