file-size-range-supported
Defines the range of document file sizes in bytes (octets) that this actual destination can accept.
DSS
All
Type
Resettable, single-valued, complex
Syntax
lower-limit:upper-limit
Separate the values with a colon, for example:
0:1000000
Components
- lower-limit
Identifies the lower limit value of the file size. The unit value is octets (bytes).
- 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.
- Default Value
0
- Type
- upper-limit
Identifies the upper limit value of the file size. The unit value is octets (bytes).
- 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.
- Default Value
0:2147483647
- Type
Usage Guidelines
- You use this attribute to indicate whether your system is large-file enabled.
- You can use the large-file-enabled actual destination attribute to set the file-size-range-supported actual destination attribute. However, you cannot specify both large-file-enabled and file-size-range-supported.
- InfoPrint compares the octet-count document attribute to this attribute for validation and scheduling.