Enum ImageMode
ImageMode enumeration
Lists the options of fitting image within a box.
public enum ImageMode
Values
Name | Value | Description |
---|---|---|
FitToWidth | 1 | The image fits to width. |
FitToHeight | 2 | The image fits to height. |
FitToBox | 3 | The image fits to box. |
See Also
- namespace Aspose.Page.XPS
- assembly Aspose.Page