Aspose::Page::XPS::ImageMode enum

ImageMode enum

Lists the options of fitting image within a box.

enum class ImageMode

Values

NameValueDescription
FitToWidth1The image fits to width.
FitToHeight2The image fits to height.
FitToBox3The image fits to box.

See Also