Class JobBindAllDocuments.BindingOption
JobBindAllDocuments.BindingOption class
Describes the JobBindAllDocuments
feature options.
public sealed class BindingOption : Option
Constructors
Name | Description |
---|
BindingOption(string, params IBindingOptionItem[]) | Creates a new instance. |
Properties
Name | Description |
---|
Name { get; } | Gets the element name. |
Methods
Name | Description |
---|
Add(params IOptionItem[]) | Adds a list of items to the end of this option’s item list. Each one must be a ScoredProperty or Property instance. |
Fields
Name | Description |
---|
static readonly Bale | Specifies bale binding. |
static readonly BindBottom | Specifies binding along the bottom edge. |
static readonly BindLeft | Specifies binding along the left edge. |
static readonly BindRight | Specifies binding along the right edge. |
static readonly BindTop | Specifies binding along the top edge. |
static readonly Booklet | Specifies booklet binding. |
static readonly EdgeStitchBottom | Specifies edge stitching along the bottom edge. |
static readonly EdgeStitchLeft | Specifies edge stitching along the left edge. |
static readonly EdgeStitchRight | Specifies edge stitching along the right edge. |
static readonly EdgeStitchTop | Specifies edge stitching along the top edge. |
static readonly Fold | Specifies a folded binding. |
static readonly JogOffset | Specifies jog offset binding. |
static readonly None | Specifies no binding. |
static readonly Trim | Specifies trimming binding. |
See Also