Enum eVmlAspectRatio
- Namespace
- OfficeOpenXml.Drawing.Vml
- Assembly
- EPPlus.dll
Aspect ratio handling for a picture in a fill
public enum eVmlAspectRatio
Fields
AtLeast = 1
Image is at least as big as Size.
AtMost = 2
Image is no bigger than Size.
Ignore = 0
Ignore aspect issues. Default.