var instance = new Vintasoft.Imaging.Annotation.UI.UIElements.WebAnnotationViewerContextMenuJS(imageViewer, settings); var value; // Type: function value = instance.get_AddAnnotationCommentCallback();
function get_AddAnnotationCommentCallback() : Function;
Return Value
Функция, которая будет вызываться при выборе меню "Добавить комментарий к аннотации...".
Вот прототип функции "function __showAddAnnotationCommentDialog(docViewer, focusAnnotation)", где параметр "docViewer" является экземпляром класса WebDocumentViewerJS, параметр "annotation" является экземпляром типа WebAnnotationViewJS.
Вот прототип функции "function __showAddAnnotationCommentDialog(docViewer, focusAnnotation)", где параметр "docViewer" является экземпляром класса WebDocumentViewerJS, параметр "annotation" является экземпляром типа WebAnnotationViewJS.