Edits the name and default cost for the current page size
Namespace: PM90SettingsAPIAssembly: PM90SettingsAPI (in PM90SettingsAPI.dll) Version: 9.0.23.534 (9.0.23.534)
Syntax public void Edit(
string name,
double defaultCostPerMonoPage,
double defaultCostPerColorPage
)
Parameters
- name
- Type: SystemString
New name - defaultCostPerMonoPage
- Type: SystemDouble
new default cost for mono page - defaultCostPerColorPage
- Type: SystemDouble
new default cost for color page
See Also