Class PageMirrorImage.PageMirrorImageOption
PageMirrorImage.PageMirrorImageOption class
Defines PageMirrorImage feature options.
public sealed class PageMirrorImageOption : 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 MirrorImageHeight | Specifies the output should be mirrored parallel to the MediaSizeHeight direction. |
| static MirrorImageWidth | Specifies the output should be mirrored parallel to the MediaSizeWidth direction. |
| static None | Specifies the output should not be mirrored. |
See Also