Class Staple.StapleOption

Staple.StapleOption class

Describes the JobStapleAllDocuments and DocumentStaple features options.

public sealed class StapleOption : Option

Constructors

NameDescription
StapleOption(string, params IStapleOptionItem[])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.
Add(params IStapleOptionItem[])Adds an array of IStapleOptionItem instances to the feature.
SetAngle(int)Sets an
SetSheetCapacity(int)Sets an

Fields

NameDescription
static NoneSpecifies no stapling.
static SaddleStitchSpecifies saddle stitch stapling.
static StapleBottomLeftSpecifies a single staple in the bottom, left corner.
static StapleBottomRightSpecifies a single staple in the bottom, right corner.
static StapleDualBottomSpecifies two staples along the bottom edge.
static StapleDualLeftSpecifies two staples along the left edge.
static StapleDualRightSpecifies two staples along the right edge.
static StapleDualTopSpecifies two staples along the top edge
static StapleTopLeftSpecifies a single staple in the top, left corner.
static StapleTopRightSpecifies a single staple in the top, right corner.

See Also