Class DocumentCollate
DocumentCollate class
Describes the collating characteristics of the output. All pages in each individual document are collated. DocumentCollate and JobCollateAlldocuments are mutually exclusive. The behavior and implementation of whether both or only one of these keywords is implemented is left to the driver. https://docs.microsoft.com/en-us/windows/win32/printdocs/documentcollate
public sealed class DocumentCollate : Collate, IDocumentPrintTicketItem, IJobPrintTicketItem
Constructors
| Name | Description |
|---|
| DocumentCollate(params CollateOption[]) | Creates a new instance. |
Properties
| Name | Description |
|---|
| Name { get; } | Gets the element name. |
Methods
| Name | Description |
|---|
| Add(params IFeatureItem[]) | Adds a list of items to the end of this feature’s item list. Each one must be a Feature, an Option, or a Property instance. |
See Also