PdfButtonIconScaleReason Enumeration
|
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: 11.3.7.0 (11.3.7.1046)
Syntax
public enum PdfButtonIconScaleReason
Public Enumeration PdfButtonIconScaleReason
public enum class PdfButtonIconScaleReason
type PdfButtonIconScaleReason
Members
|
Member name
|
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.
|
See Also