VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebStickyNoteAnnotationViewJS type / set_CollapsedIconType Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_CollapsedIconType Method
    In This Topic
    Sets a type of collapsed annotation when CollapsedType is equal to "Image".
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebStickyNoteAnnotationViewJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebCollapsedAnnotationIconTypeEnumJS
    
    returnValue = instance.set_CollapsedIconType(value);
    
    
    function set_CollapsedIconType(
    value
    An instance of WebCollapsedAnnotationIconTypeEnumJS class that defines the type of collapsed icon. Default value is "Note".
    : WebCollapsedAnnotationIconTypeEnumJS
    ) : any;

    Parameters

    value
    An instance of WebCollapsedAnnotationIconTypeEnumJS class that defines the type of collapsed icon. Default value is "Note".
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also