Class PageOutputBin
PageOutputBin class
Describes the full list of supported bins for the device. Allows specification of output bin on a per page basis. The JobOutputBin
, DocumentOutputBin
and PageOutputBin
keywords are mutually exclusive only one should be specified in a PrintTicket or Print Capabilities document. https://docs.microsoft.com/en-us/windows/win32/printdocs/pageoutputbin
public sealed class PageOutputBin : OutputBin, IDocumentPrintTicketItem, IJobPrintTicketItem,
IPagePrintTicketItem
Constructors
Name | Description |
---|
PageOutputBin(params IOutputBinItem[]) | Creates a new instance. |
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. |
See Also