DocumentFeatures.DocumentDuplex
DocumentFeatures.DocumentDuplex class
Convenience class for DocumentDuplex print ticket feature.
public sealed class DocumentDuplex : DocumentFeature
Properties
Name |
Description |
Name { get; } |
Returns feature name. |
Methods
Name |
Description |
Add(params IFeatureItem[]) |
Adds list of items to the end of feature items list. Each one must be a Feature , Option or Property object. |
GetEnumerator() |
Implementation of IEnumerable interface. |
override ToString() |
Returns the string representation. |
Fields
Name |
Description |
static readonly OneSided |
Constant for OneSided mode. |
static readonly TwoSidedLongEdge |
Constant for TwoSidedLongEdge mode (Automatic if possible, Manual otherwise). |
static readonly TwoSidedShortEdge |
Constant for TwoSidedShortEdge mode (Automatic if possible, Manual otherwise). |
See Also