DocumentFeatures.DocumentInputBin
Convenience class for DocumentInputBin print ticket feature.
public sealed class DocumentInputBin : DocumentFeature
Constructors
Name |
Description |
DocumentInputBin(params Option[]) |
Creates DocumentInputBin feature instance. |
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 AutoSelect |
AutoSelect valued constant. |
See Also