var instance = new Vintasoft.Imaging.Annotation.UI.UIElements.WebAnnotationViewerContextMenuJS(imageViewer, settings); var value; // Type: function value = instance.get_AnnotationPropertiesCallback();
function get_AnnotationPropertiesCallback() : Function;
Return Value
A function, which will be called when "Annotation properties..." menu is selected.
Here is function prototype "function __showAnnotationPropertiesDialog(docViewer, focusedAnnotation)", where "docViewer" parameter is an instance of WebDocumentViewerJS class, "annotation" parameter is an instance of WebAnnotationViewJS type.
Here is function prototype "function __showAnnotationPropertiesDialog(docViewer, focusedAnnotation)", where "docViewer" parameter is an instance of WebDocumentViewerJS class, "annotation" parameter is an instance of WebAnnotationViewJS type.