PMPrinterCreateCostProfile Method |
Creates a cost profile by name, or returns existing profile by that name if already exists
Namespace: PM90SettingsAPI.PrinterAssembly: PM90SettingsAPI (in PM90SettingsAPI.dll) Version: 9.0.23.534 (9.0.23.534)
Syntax public static PMPrinter CreateCostProfile(
string name,
PMBalance balanceToDeductFrom = null
)
Parameters
- name
- Type: SystemString
Name - balanceToDeductFrom (Optional)
- Type: PM90SettingsAPIPMBalance
Balance this profile should use for deduction, or null for no quota enforcement
Return Value
Type:
PMPrinterPMPrinter object that represents a cost profile
See Also