VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebImageViewerJS type / set_ImageAnchor Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_ImageAnchor Method
    In This Topic
    Sets the anchor style of the image in the image viewer.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebImageViewerJS(controlId);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebImageAnchorTypeEnumJS
    
    returnValue = instance.set_ImageAnchor(value);
    
    
    function set_ImageAnchor(
    value
    An instance of WebImageAnchorTypeEnumJS class. Default value is "None".
    : WebImageAnchorTypeEnumJS
    ) : any;

    Parameters

    value
    An instance of WebImageAnchorTypeEnumJS class. Default value is "None".
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also