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(
: WebImageAnchorTypeEnumJS
) : any;
Parameters
- value
- An instance of WebImageAnchorTypeEnumJS class. Default value is "None".
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also