VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebCompositeAnnotationViewJS type / setInteractionControllerProperties Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    setInteractionControllerProperties Method
    In This Topic
    Synchronizes the annotation settings and interaction controller settings.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebCompositeAnnotationViewJS(items);
    
    var value; // Type: any
    
    // Parameters
    var interactionController; // Type: object
    
    value = instance.setInteractionControllerProperties(interactionController);
    
    
    function setInteractionControllerProperties(
    interactionController
    The interaction controller.
    : object
    ) : any;

    Parameters

    interactionController
    The interaction controller.
    Browser Compatibility
    56+
    45+
    11
    See Also