Represtents the circumstances under which the icon shall be scaled inside the annotation rectangle.
Namespace: Spire.Pdf.FieldsAssembly: 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
Member | Value | Description |
---|---|---|
Always | 0 |
Always scale.
|
IconIsBigger | 1 |
Scale only when the icon is bigger than the annotation rectangele.
|
IconIsSmaller | 2 |
Scale only when the icon is smaller than the annotation rectangle.
|
Never | 3 |
Never scale.
|