public final class DocumentBinding extends Feature implements IJobPrintTicketItem, IDocumentPrintTicketItem
Describes the method of binding. Each document is bound separately. DocumentBinding and JobBindAllDocuments are mutually exclusive. It is up to the driver to determine constraint handling between keywords. https://docs.microsoft.com/en-us/windows/win32/printdocs/documentbinding
Modifier and Type | Class and Description |
---|---|
static class |
DocumentBinding.BindingGutter
Describes the way to specify the
BindingGutter scored property value,
whether by an integer value or by the reference to the DocumentBindingGutter parameter. |
static class |
DocumentBinding.BindingOption
Represents options of the
DocumentBinding feature. |
static interface |
DocumentBinding.IBindingOptionItem
The interface of any
BindingOption item. |
Constructor and Description |
---|
DocumentBinding(DocumentBinding.BindingOption... options)
Creates a new instance.
|
getName
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public DocumentBinding(DocumentBinding.BindingOption... options)
Creates a new instance.
options
- An array of options specific for the feature.Copyright © 2022 Aspose. All Rights Reserved.