Print limitations configured for this printer. Only possible when allow monitoring is set to true.

Configuration for print limitations. Will only be used when printer monitoring is activated.

Hierarchy

  • PrinterLimitsConfig

Properties

enabled: boolean

Should we monitor the printer. Page and Job Limits, also ConfirmJobs will only be used when this is set to true. Also print jobs will only be monitored when this is set to true.

maxJobs: number

Max allowed print jobs. Set to 0 to remove the limitation.

maxPages: number

Max allowed print pages per job. Set to 0 to remove the limitation.

mustConfirmJobs: boolean

Do we need to confirm print jobs. Only possible when allow monitoring is set to true.

Generated using TypeDoc