Class DocumentBannerSheet.BannerSheetOption

DocumentBannerSheet.BannerSheetOption class

Represents options of the DocumentBannerSheet feature.

public sealed class BannerSheetOption : 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 CustomSpecifies a custom banner sheet should be output. If a DocumentBannerSheetSourceParameterInit element is not specified, this Option should be ignored.
static NoneSpecifies no banner sheet should be output.
static StandardSpecifies the standard (device defined) banner sheet should be output.

See Also