Click or drag to resize
PMPrinterSetCostProfile Method
Sets this printer or device to use the specified cost profile

Namespace: PM90SettingsAPI.Printer
Assembly: PM90SettingsAPI (in PM90SettingsAPI.dll) Version: 9.0.23.534 (9.0.23.534)
Syntax
C#
public void SetCostProfile(
	PMPrinter costProfile
)

Parameters

costProfile
Type: PM90SettingsAPI.PrinterPMPrinter
Instance of a valid cost profile within Print Manager
Exceptions
ExceptionCondition
NotSupportedExceptionIf you attempt to call this method on a cost profile
Remarks
A cost profile cannot be set to use a cost profile.
See Also