 | IconScaleTypes Enumeration |
The type of scaling to use.
Namespace:
Patagames.Pdf.Enums
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntaxpublic enum IconScaleTypes
Public Enumeration IconScaleTypes
public enum class IconScaleTypes
public enum IconScaleTypes
Patagames.Pdf.Enums.IconScaleTypes = function();
Patagames.Pdf.Enums.IconScaleTypes.createEnum('Patagames.Pdf.Enums.IconScaleTypes', false);
Members
| Member name | Value | Description |
---|
| Anamorphic | 0 |
Scale the icon to fill the annotation rectangle exactly, without regard to its original aspect ratio (ratio of width to height).
|
| Proportional | 1 |
Scale the icon to fit the width or height of the annotation rectangle while maintaining the icon’s original aspect ratio.
If the required horizontal and vertical scaling factors are different, use the smaller of the two, centering the icon within the annotation rectangle in the other dimension.
|
See Also