Class JobBindAllDocuments

JobBindAllDocuments class

Describes the method of binding. All documents in the job are bound together. JobBindAllDocuments and DocumentBinding are mutually exclusive. It is up to the driver to determine constraint handling between these keywords. https://docs.microsoft.com/en-us/windows/win32/printdocs/jobbindalldocuments

public sealed class JobBindAllDocuments : Feature, IJobPrintTicketItem

Constructors

NameDescription
JobBindAllDocuments(params BindingOption[])Creates a new instance.

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 BindingGutterDescribes the way to specify the
class BindingOptionDescribes the JobBindAllDocuments feature options.
interface IBindingOptionItemThe interface of any BindingOption item.

See Also