Aspose::Page::XPS::XpsMetadata::PageScaling::ScaleOffsetAlignmentOption class
Contents
[
Hide
]ScaleOffsetAlignmentOption class
Describes the ScaleOffsetAlignment features options. Specifies the alignment of the scaled content.
class ScaleOffsetAlignmentOption : public Aspose::Page::XPS::XpsMetadata::Option
Fields
Field | 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
- Class Option
- Class PageScaling
- Namespace Aspose::Page::XPS::XpsMetadata
- Library Aspose.Page for C++