Represents the type of scaling to use.
Namespace: Spire.Pdf.FieldsAssembly: 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
| Member | 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.
|