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