Applies to
Description
Specifies the fitting method of the icon in the PDFFormFieldPushButton object.
Data type
PDFFormFieldButtonFitMethod.
The PDFFormFieldButtonFitMethod is an enumerated datatype that can hold the following values:
| Enumerated Value | Meaning | 
|---|---|
| PDFImageFitmethod_Auto! | The icon is scaled proportionally so that it fits into the button. | 
| PDFImageFitmethod_Clip! | Fit the icon into a box with clipping. | 
| PDFImageFitmethod_Entire! | Fit the icon into a box entirely. | 
| PDFImageFitmethod_Meet! | Fit the icon into a box with proportional resizing. | 
Usage
In scripts
Use the FitMethod property to set whether to place the icon in its original size, with clipping, or proportional resizing.


