Class PageNegativeImage.PageNegativeImageOption
PageNegativeImage.PageNegativeImageOption class
Defines PageNegativeImage feature options.
public sealed class PageNegativeImageOption : 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 Negative | Specifies the output should be the negative image. |
| static None | Specifies the output should be the non-negative image. |
See Also