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
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
- Type
- 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
- Type
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.