Click or drag to resize

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
Syntax
public enum IconScaleTypes
Members
  Member nameValueDescription
Anamorphic0 Scale the icon to fill the annotation rectangle exactly, without regard to its original aspect ratio (ratio of width to height).
Proportional1 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