ImageAspectValues Enumeration

Image Scaling Behavior

Namespace:  DocumentFormat.OpenXml.Vml
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Enumeration ImageAspectValues
'Usage
Dim instance As ImageAspectValues
public enum ImageAspectValues

Members

Member name Description
Ignore Ignore Aspect Ratio. When the item is serialized out as xml, its value is "ignore".
AtMost At Most. When the item is serialized out as xml, its value is "atMost".
AtLeast At Least. When the item is serialized out as xml, its value is "atLeast".

See Also

Reference

DocumentFormat.OpenXml.Vml Namespace