Represtents the circumstances under which the icon shall be scaled inside the annotation rectangle.

Namespace: Spire.Pdf.Fields
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

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

Members

MemberValueDescription
Always0
Always scale.
IconIsBigger1
Scale only when the icon is bigger than the annotation rectangele.
IconIsSmaller2
Scale only when the icon is smaller than the annotation rectangle.
Never3
Never scale.

See Also