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