Class OutputBin
Contents
[
Hide
]OutputBin class
The base class for JobOutputBin, DocumentOutputBin and PageOutputBin features classes.
public abstract class OutputBin : Feature
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. |
Other Members
| Name | Description |
|---|---|
| class BinType | Defines constants for the BinType scored property value that specify the general type of the bin. |
| interface IOutputBinItem | The interface of any JobOutputBin, DocumentOutputBin and PageOutputBin feature item. |
| interface IOutputBinOptionItem | The interface of any OutputBinOption item. |
| class MediaSheetCapacity | Defines the MediaSheetCapacity scored property value that specifies the Media capacity in number of pages (full level) of the bin. |
| class OutputBinOption | Describes the JobOutputBin, DocumentOutputBin and PageOutputBin features options. |
See Also
- class Feature
- namespace Aspose.Page.XPS.XpsMetadata
- assembly Aspose.Page