Class InputBin

InputBin class

The base class for JobInputBin, DocumentInputBin and PageInputBin features classes.

public abstract class InputBin : Feature

Properties

NameDescription
Name { get; }Gets the element name.

Methods

NameDescription
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.

Other Members

NameDescription
class BinTypeDefines constants for the
class FeedDirectionDefines constants for the
class FeedFaceDefines constants for the
class FeedTypeDefines constants for the
interface IInputBinItemThe interface of any JobInputBin, DocumentInputBin and PageInputBin feature item.
interface IInputBinOptionItemThe interface of any InputBinOption item.
class InputBinOptionDescribes the JobInputBin, DocumentInputBin and PageInputBin features options.
class MediaPathDefines constants for the
class MediaSizeAutoSenseDefines constants for the
class MediaTypeAutoSenseDefines constants for the

See Also