The mapping between the image size and the widget (field) size.
Namespace: TallComponents.PDF.Forms.FieldsAssembly: 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 name | Value | Description | |
|---|---|---|---|
| Stretch | 0 | Stretch the image to perfecly fit (the aspect ratio will be ignored). | |
| Scale | 1 | Fit the image with respecting the aspect ratio. | |
| Actual | 2 | Use the actual image size (note that this can result in clipped or overflowed images). |