Gets a value indicating whether the image has a vector decoder and image is not changed.
var instance = new Vintasoft.Shared.WebImageJS(imageSource, pageIndex);
var value; // Type: boolean
value = instance.get_IsVector();
function get_IsVector() : boolean;
Return Value
True if image has vector decoder and image is not changed; otherwise, false.