Represents the type of scaling to use.

Namespace: Spire.Pdf.Fields
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public enum PdfButtonIconScaleMode
Public Enumeration PdfButtonIconScaleMode
public enum class PdfButtonIconScaleMode
type PdfButtonIconScaleMode

Members

MemberValueDescription
Anamorphic0
Scale the icon to fill the annotation rectangle exactly, without regard to its original aspect ratio.
Proportional1
Scale the icon to fit the width or height of the annotation rectangle while maintaining the icon's original aspect ratio.

See Also