job-size-range-supported

Defines the range of job sizes in bytes (octets) that this logical destination will accept.

Type

Resettable, single-value, complex

Syntax

lower-limit:upper-limit

Separate the limits by a colon (:), for example:

0:1000000000

You can omit either value, for example:

0:
:1000000000

Note: If you enter a single value without a colon (integer), it is considered the lower limit.

Components

  • lower-limit

    Provides the lower limit of the job size range.

    • Type

      Single-valued

    • Allowed Values

      You can enter an integer from 0 to 9223372036854775800. The lower limit must be less than or equal to the upper limit. The unit value is bytes (octets).

    • Default Value

      No default value

  • upper-limit

    Provides the upper limit of the job size range.

    • Type

      Single-valued

    • Allowed Values

      You can enter an integer from 0 to 9223372036854775800. The upper limit must be greater than or equal to the lower limit. The unit value is bytes (octets).

    • Default Value

      9223372036854775800

Usage Guidelines

  • InfoPrint compares the job attribute total-job-octets to this attribute for validation.
  • You can use this attribute to restrict the use of this logical destination.