public final class PageOutputBin extends OutputBin implements IJobPrintTicketItem, IDocumentPrintTicketItem, IPagePrintTicketItem
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
OutputBin.BinType, OutputBin.IOutputBinItem, OutputBin.IOutputBinOptionItem, OutputBin.OutputBinOption
Constructor and Description |
---|
PageOutputBin(OutputBin.IOutputBinItem... items)
Creates a new instance.
|
getName
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public PageOutputBin(OutputBin.IOutputBinItem... items)
Creates a new instance.
items
- An array of items specific for the feature.Copyright © 2022 Aspose. All Rights Reserved.