The mapping between the image size and the widget (field) size.

Namespace: TallComponents.PDF.Forms.Fields
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public enum ImageSizing
Visual Basic
Public Enumeration ImageSizing

Members

Member nameValueDescription
Stretch0 Stretch the image to perfecly fit (the aspect ratio will be ignored).
Scale1 Fit the image with respecting the aspect ratio.
Actual2 Use the actual image size (note that this can result in clipped or overflowed images).

See Also