Class RollCut.RollCutOption

RollCut.RollCutOption class

Describes the JobRollCutAtEndOfJob and DocumentRollCut features options.

public sealed class RollCutOption : Option

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 BannerSpecifies cutting method for banner (DocumentRollCut only).
static CutSheetAtImageEdgeSpecifies cutting at the edge of the image.
static CutSheetAtStandardMediaSizeSpecifies cutting for standard media size.
static NoneSpecifies no job roll cut.

See Also