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 readonly BaleSpecifies bale binding.
static readonly BindBottomSpecifies binding along the bottom edge.
static readonly BindLeftSpecifies binding along the left edge.
static readonly BindRightSpecifies binding along the right edge.
static readonly BindTopSpecifies binding along the top edge.
static readonly BookletSpecifies booklet binding.
static readonly EdgeStitchBottomSpecifies edge stitching along the bottom edge.
static readonly EdgeStitchLeftSpecifies edge stitching along the left edge.
static readonly EdgeStitchRightSpecifies edge stitching along the right edge.
static readonly EdgeStitchTopSpecifies edge stitching along the top edge.
static readonly FoldSpecifies a folded binding.
static readonly JogOffsetSpecifies jog offset binding.
static readonly NoneSpecifies no binding.
static readonly TrimSpecifies trimming binding.

See Also