IconScaleType Enumeration

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This enum represents the allowed list of the icon scale types.

Namespace:  Apitron.PDF.Kit.Interactive.Annotations
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public enum IconScaleType
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

Reference