VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfWidgetAnnotationJS type / set_BorderWidth Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_BorderWidth Method
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);

Parameters

value
Width of annotation border in points. Default value is 1.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also