Class JobInputBin
Namespace: Aspose.Page.XPS.XpsMetadata
Assembly: Aspose.Page.dll (25.1.2)
Describes the installed input bin in a device or the full list of supported bins for a device. Allows specification of input bin on a per job basis. The Aspose.Page.XPS.XpsMetadata.JobInputBin, Aspose.Page.XPS.XpsMetadata.DocumentInputBin, and Aspose.Page.XPS.XpsMetadata.PageInputBin keywords are mutually exclusive. Both should not be specified simultaneously in a PrintTicket or Print Capabilities document. https://docs.microsoft.com/en-us/windows/win32/printdocs/jobinputbin
public sealed class JobInputBin : InputBin, IFeatureItem, IJobPrintTicketItem, IPrintTicketItem, IPrintTicketElementChild
Inheritance
object ← PrintTicketElement ← CompositePrintTicketElement ← Feature ← InputBin ← JobInputBin
Implements
IFeatureItem, IJobPrintTicketItem, IPrintTicketItem, IPrintTicketElementChild
Inherited Members
Feature.Add(params IFeatureItem[]), PrintTicketElement.Name, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
JobInputBin(params IInputBinItem[])
Creates a new instance.
public JobInputBin(params InputBin.IInputBinItem[] items)
Parameters
items
InputBin.IInputBinItem[]
An array of items specific for the feature.