Class DocumentBinding.BindingOption
DocumentBinding.BindingOption class
Represents options of the DocumentBinding
feature.
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 Bale | Specifies bale binding. |
static BindBottom | Specifies binding along the bottom edge. |
static BindLeft | Specifies binding along the left edge. |
static BindRight | Specifies binding along the right edge. |
static BindTop | Specifies binding along the top edge. |
static Booklet | Specifies booklet binding. |
static EdgeStitchBottom | Specifies edge stitching along the bottom edge. |
static EdgeStitchLeft | Specifies edge stitching along the left edge. |
static EdgeStitchRight | Specifies edge stitching along the right edge. |
static EdgeStitchTop | Specifies edge stitching along the top edge. |
static Fold | Specifies a folded binding. |
static JogOffset | Specifies jog offset binding. |
static None | Specifies no binding. |
static Trim | Specifies trimming binding. |
See Also