Class JobBindAllDocuments.BindingOption

JobBindAllDocuments.BindingOption class

Describes the JobBindAllDocuments feature options.

public sealed class BindingOption : Option

Constructors

NameDescription
BindingOption(string, params IBindingOptionItem[])Creates a new instance.

Properties

NameDescription
Name { get; }Gets the element name.

Methods

NameDescription
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

NameDescription
static BaleSpecifies bale binding.
static BindBottomSpecifies binding along the bottom edge.
static BindLeftSpecifies binding along the left edge.
static BindRightSpecifies binding along the right edge.
static BindTopSpecifies binding along the top edge.
static BookletSpecifies booklet binding.
static EdgeStitchBottomSpecifies edge stitching along the bottom edge.
static EdgeStitchLeftSpecifies edge stitching along the left edge.
static EdgeStitchRightSpecifies edge stitching along the right edge.
static EdgeStitchTopSpecifies edge stitching along the top edge.
static FoldSpecifies a folded binding.
static JogOffsetSpecifies jog offset binding.
static NoneSpecifies no binding.
static TrimSpecifies trimming binding.

See Also