Class Duplex.DuplexOption
Duplex.DuplexOption class
Describes the JobDuplexAllDocumentsContiguously
and DocumentDuplex
features options.
public sealed class DuplexOption : Option
Properties
Name | Description |
---|
Name { get; } | Gets the element name. |
Methods
Name | Description |
---|
static TwoSidedLongEdge(DuplexMode) | Specifies two sided printing such that the page is flipped parallel to the MediaSizeHeight direction. |
static TwoSidedShortEdge(DuplexMode) | Specifies two sided printing such that the page is flipped parallel to the MediaSizeWidth direction. |
Add(params IOptionItem[]) | Adds a list of items to the end of this option’s item list. Each one must be a ScoredProperty or Property instance. |
Fields
Name | Description |
---|
static readonly OneSided | Specifies one sided printing. |
See Also