page-ranges <1setOf>
Page range starting at page:
XPath: /xpif/job-template-attributes/page-ranges[@syntax="1setOf"]/value[@syntax="rangeOfInteger"]/lower-bound[@syntax="integer"]/
Page range ending at page:
XPath: /xpif/job-template-attributes/page-ranges[@syntax="1setOf"]/ alue[@syntax="rangeOfInteger"]/upper-bound[@syntax="integer"]/
Positive values are supported for the lower/upper bands. Value 1 means the first page of the document. In case of faulty values the page range is set to 0,0.
The range of pages in the document that must be printed. Only one page range is supported. The actual number of pages contained in the print data is not checked.
<page-ranges syntax="1setOf">
<value syntax="rangeOfInteger">
<lower-bound syntax="integer">1</lower-bound>
<upper-bound syntax="integer">10</upper-bound>
</value>
</page-ranges>