The DocWorkOrder object contains the instructions for document generation.
| Parameter | Type | Description |
|---|---|---|
| AncillaryOutputOptions | ArrayOfAncillaryOutputOption | Array containing an unbound collection of AncillaryOutputOption objects. |
| DocAutoselected | ExpereBoolean | A boolean defining if the document is marked for autoselection. A TRUE value indicates the document is autoselected; a FALSE value indicates it is not autoselected. |
| DocFormat | DocumentFormatType | Object defining the format type for a document (based on an enumerated value). |
| DocPrepare | ExpereBoolean | A boolean defining if the document is a prepared document. A TRUE value indicates the document is prepared; a FALSE value indicates it is not prepared. |
| DocStyle | string | The document style. |
| DocSuggested | ExpereBoolean | A boolean defining if the document is a suggested document. A TRUE value indicates the document is suggested; a FALSE value indicates it is not suggested. |