VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation Namespace / WebAnnotationViewCollectionJS type / bringToFont Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    bringToFont Method
    In This Topic
    Brings the specified annotation to the last position in the collection.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.WebAnnotationViewCollectionJS();
    
    var value; // Type: any
    
    // Parameters
    var annotation; // Type: WebAnnotationViewJS
    
    value = instance.bringToFont(annotation);
    
    
    function bringToFont(
    annotation : WebAnnotationViewJS
    ) : any;

    Parameters

    annotation
    WebAnnotationViewJS to move.
    Browser Compatibility
    56+
    45+
    11
    See Also