set_AutoFontSizeMaxValue Method
In This Topic
Sets the maximum font size when font size must be calculated automatically (
WebPdfInteractiveFormFieldJS.get_FontSize set to 0).
Syntax
var instance = new Vintasoft.Imaging.Pdf.WebPdfInteractiveFormFieldJS(document, name);
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_AutoFontSizeMaxValue(value);
function set_AutoFontSizeMaxValue(
: number
) : any;
Parameters
- value
- Maximum font size. Default value is 0. 0 - maximum font size is not specified.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also