PMPrinterSetCostPerArea Method |
Set basic costs per total square area.
Namespace: PM90SettingsAPI.PrinterAssembly: PM90SettingsAPI (in PM90SettingsAPI.dll) Version: 9.0.23.534 (9.0.23.534)
Syntax public void SetCostPerArea(
double monoCostPerSquareInch,
double colorCostPerSquareInch,
Nullable<double> duplexDiscount = null,
Nullable<double> economodeDiscount = null
)
Parameters
- monoCostPerSquareInch
- Type: SystemDouble
Monetary cost per black and white square inch printed - colorCostPerSquareInch
- Type: SystemDouble
Monetary cost per color square inch printed - duplexDiscount (Optional)
- Type: SystemNullableDouble
Optional duplex discount to be applied when job is duplex. null will provide no discount - economodeDiscount (Optional)
- Type: SystemNullableDouble
Optional economode discount to be applied when job is economode. null will provide no discount
Exceptions Remarks All measurements in standard inches.
See Also