XcmJMDocOutputMethod

  • Base type Integer32
  • Range 0 — 65535

This object is bit coded, so that multiple document output requests may be made for the document. Each bit corresponds to one of the ISO DPA output OIDs. ISO DPA: Output This attribute identifies the output processing for the media on which the document is to be printed. The following standard values are defined. The value of the bit is given by the formula: bit value = 2 ** (last OID arc) id-val-output-page-collate = 1.0.10175.1.6.115.0 pageCollate 0x1 This value specifies that the pages of a document are to be in sequence, when multiple copies of the document are specified by the copy-count attribute (possibly up to some implementation-defined maximum number of copies). Whether this effect is achieved by placing copies of the document in multiple output bins or in the same output bin with implementation-defined document separation is implementation-dependent. Also whether it is achieved by making multiple passes over the document or by using an output sorter is implementation-dependent. Either pageCollate or noPageCollate shall be set, but not both. If both pageCollate and noPageCollate are set, the noPageCollate value shall be ignored. (id-val-output-page- collate) noPageCollate 0x2 This value specifies that the copies of the pages of a document are to follow one another when multiple copies are specified by the copy-count attribute. That is, if 3 copies are specified, three copies of page 1 are printed then three copies of page 2, etc., and no collating of these pages is desired. This may be useful in some implementations where multiple copies requires re-interpretation of the document format and the document contains some compute intensive pages (such as images) (id-val-output-no page-collate) decollate 0x10 The parts of a multi-part form are to be separated and sorted into stacks for each part. Either decollate or noDecollate shall be set, but not both. If both decollate and noDecollate are set, the noDecollate value shall be ignored. (id-val-output-decollate) noDecollate 0x20 The parts of a multi-part form are to remain intact (id- val-output-no decollate) burst 0x40 Continuous media is to be separated into individual sheets, generally by bursting along perforations. Either burst or noBurst shall be set, but not both. If both burst and noBurst are set, the noBurst value shall be ignored. (id-val-output-burst) noBurst 0x80 Continuous media is to remain continuous, no bursting is desired (id-val-output-no burst) stackingDefault 0x400 A site-defined output-stacking operation is to be applied (id-val-output-stacking-default) This is the equivalent of a type 2 enum.