Class PageScaling.ScaleOffsetAlignmentOption
PageScaling.ScaleOffsetAlignmentOption class
Describes the ScaleOffsetAlignment
features options. Specifies the alignment of the scaled content.
public sealed class ScaleOffsetAlignmentOption : 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 BottomCenter | Specifies the scaling should be aligned on the center of the bottom edge of the media. |
static BottomLeft | Specifies the scaling should be aligned on the bottom left corner of the media. |
static BottomRight | Specifies the scaling should be aligned on the bottom right corner of the media. |
static Center | Specifies the scaling should be centered on the media. |
static LeftCenter | Specifies the scaling should be aligned on the center of the left edge of the media. |
static RightCenter | Specifies the scaling should be aligned on the center of the right edge of the media. |
static TopCenter | Specifies the scaling should be aligned on the center of the top edge of the media. |
static TopLeft | Specifies the scaling should be aligned on the top left corner of the media. |
static TopRight | Specifies the scaling should be aligned on the top right corner of the media. |
See Also