VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationPenJS type
Members Syntax Hierarchy BrowserCompatibility SeeAlso
In This Topic
WebAnnotationPenJS type
In This Topic
Defines an object, which can be used for drawing of lines and curves of the annotation.
Syntax
// Parameters
var width; // Type: number
var color; // Type: string
var lineJoin; // Type: WebLineJoinEnumJS
var miterLimit; // Type: number
var dashStyle; // Type: WebOutlineDashStyleEnumJS
var dashPattern; // Type: number[]
var startCap; // Type: WebLineCapJS
var endCap; // Type: WebLineCapJS

var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationPenJS(width, color, lineJoin, miterLimit, dashStyle, dashPattern, startCap, endCap);

Inheritance Hierarchy

Object
   Vintasoft.Imaging.Annotation.UI.WebAnnotationPenJS

Browser Compatibility
56+
45+
11
See Also