ImageScaleOptions Enum

Represents scaling options for the image on button.

public enum ImageScaleOptions
Public Enum ImageScaleOptions

Inheritance: ObjectValueTypeEnumImageScaleOptions

Fields

ImageScaleOptions.Always0Always scale the Image.
ImageScaleOptions.ExpandToFit3Expand the image to fit the button.
ImageScaleOptions.Never1Never scale the image.
ImageScaleOptions.ShrinkToFit2Shrink 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:

See Also

ceTe.DynamicPDF.PageElements.Forms

In this topic