ImageScaleOptions Enum
Represents scaling options for the image on button.
public enum ImageScaleOptions
Public Enum ImageScaleOptions
Inheritance: ObjectValueTypeEnumImageScaleOptions
Fields
ImageScaleOptions.Always | 0 | Always scale the Image. |
ImageScaleOptions.ExpandToFit | 3 | Expand the image to fit the button. |
ImageScaleOptions.Never | 1 | Never scale the image. |
ImageScaleOptions.ShrinkToFit | 2 | Shrink the image to fit the button. |
Licensing Info
This enum is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.