PdfButtonIconScaleMode Enumeration
|
Represents the type of scaling to use.
Namespace:
Spire.Pdf.Fields
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public enum PdfButtonIconScaleMode
Public Enumeration PdfButtonIconScaleMode
public enum class PdfButtonIconScaleMode
type PdfButtonIconScaleMode
Members
|
Member name
|
Value
|
Description
|
|
Anamorphic
|
0
|
Scale the icon to fill the annotation rectangle exactly, without regard to its original aspect ratio.
|
|
Proportional
|
1
|
Scale the icon to fit the width or height of the annotation rectangle while maintaining the icon's original aspect ratio.
|
See Also