Click or drag to resize
PMPrinterCreateCostProfile Method
Creates a cost profile by name, or returns existing profile by that name if already exists

Namespace: PM90SettingsAPI.Printer
Assembly: PM90SettingsAPI (in PM90SettingsAPI.dll) Version: 9.0.23.534 (9.0.23.534)
Syntax
C#
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: PMPrinter
PMPrinter object that represents a cost profile
See Also