Accusoft.PdfXpressSdk Namespace : ImageFitSettings Enumeration |
'Declaration <FlagsAttribute()> Public Enum ImageFitSettings Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As ImageFitSettings
[Flags()] public enum ImageFitSettings : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
[Flags()] __value public enum ImageFitSettings : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
[Flags()] public enum class ImageFitSettings : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Value | Description |
---|---|---|
GravityBottom | 64 | Align the bottom edge of the image with the bottom edge of the destination rectangle. |
GravityLeft | 8 | Align the top edge of the image with the top edge of the destination rectangle. |
GravityRight | 32 | Align the right edge of the image with the right edge of the destination rectangle. |
GravityTop | 16 | Align the left edge of the image with the left edge of the destination rectangle. |
Grow | 4 | Grow the image, if necessary, to fit within the destination rectangle. |
None | 0 | The default image fit setting. |
Shrink | 2 | Shrink the image, if necessary, to fit within the destination rectangle. |
Stretch | 1 | Stretch the image to completely fill the destination rectangle without retaining the aspect ratio of the source image. |
System.Object
System.ValueType
System.Enum
Accusoft.PdfXpressSdk.ImageFitSettings