ScalingMode Enumeration
The type of scaling that shall be used.

Namespace: Aspose.Pdf.Forms
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public enum ScalingMode
Members
  Member nameValueDescription
Proportional0 Scale the icon to fit the width or height of the annotation rectangle while maintaining the icon�s original aspect ratio.
Anamorphic1 Scale the icon to fill the annotation rectangle exactly.
See Also