Aspose::Page::XPS::XpsMetadata::PageScaling::ScaleOffsetAlignmentOption class

ScaleOffsetAlignmentOption class

Describes the ScaleOffsetAlignment features options. Specifies the alignment of the scaled content.

class ScaleOffsetAlignmentOption : public Aspose::Page::XPS::XpsMetadata::Option

Fields

FieldDescription
static BottomCenterSpecifies the scaling should be aligned on the center of the bottom edge of the media.
static BottomLeftSpecifies the scaling should be aligned on the bottom left corner of the media.
static BottomRightSpecifies the scaling should be aligned on the bottom right corner of the media.
static CenterSpecifies the scaling should be centered on the media.
static LeftCenterSpecifies the scaling should be aligned on the center of the left edge of the media.
static RightCenterSpecifies the scaling should be aligned on the center of the right edge of the media.
static TopCenterSpecifies the scaling should be aligned on the center of the top edge of the media.
static TopLeftSpecifies the scaling should be aligned on the top left corner of the media.
static TopRightSpecifies the scaling should be aligned on the top right corner of the media.

See Also