VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation Namespace / WebAnnotationViewUndoActionJS type / WebAnnotationViewUndoActionJS Constructor(WebAnnotationViewJS,object,WebAnnotationViewCollectionJS)
Syntax BrowserCompatibility SeeAlso
In This Topic
WebAnnotationViewUndoActionJS Constructor(WebAnnotationViewJS,object,WebAnnotationViewCollectionJS)
In This Topic
Initializes a new instance of the WebAnnotationViewUndoActionJS class.
Syntax
// Parameters
var source; // Type: WebAnnotationViewJS
var actionSource; // Type: object
var annotationViewCollection; // Type: WebAnnotationViewCollectionJS

var instance = new Vintasoft.Imaging.Annotation.WebAnnotationViewUndoActionJS(source, actionSource, annotationViewCollection);

Parameters

source
WebAnnotationViewJS object.
actionSource
Action object.
annotationViewCollection
WebAnnotationViewCollectionJS object that contains source object.
Browser Compatibility
56+
45+
11
See Also