In This Topic
Sets width of interaction form field border in points (user units).
Syntax
var instance = new Vintasoft.Imaging.Pdf.WebPdfInteractiveFormFieldJS(document, name);
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_BorderWidth(value);
function set_BorderWidth(
: number
) : any;
Parameters
- value
- Width of interaction form field border in points. Default value is 1.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also