Click or drag to resize
PMBalanceSetGlobalNegativeBalance Method
Updates this balances negative balance option

Namespace: PM90SettingsAPI
Assembly: PM90SettingsAPI (in PM90SettingsAPI.dll) Version: 9.0.23.534 (9.0.23.534)
Syntax
C#
public void SetGlobalNegativeBalance(
	bool Enable
)

Parameters

Enable
Type: SystemBoolean
True to make quota soft, and allow printing even when out of balance.
Exceptions
ExceptionCondition
PMDatabaseExceptionRepresents an database connection or syntax error that has occurred when processing an API request
PMExceptionUnexcpected exception has occurred, check inner exception
See Also