Class DocumentBannerSheet.BannerSheetOption
DocumentBannerSheet.BannerSheetOption class
Represents options of the DocumentBannerSheet
feature.
public sealed class BannerSheetOption : Option
Properties
Name | Description |
---|
Name { get; } | Gets the element name. |
Methods
Name | Description |
---|
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
Name | Description |
---|
static Custom | Specifies a custom banner sheet should be output. If a DocumentBannerSheetSource ParameterInit element is not specified, this Option should be ignored. |
static None | Specifies no banner sheet should be output. |
static Standard | Specifies the standard (device defined) banner sheet should be output. |
See Also