VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Shared Namespace / WebImageJS type / get_CanConvertToSvgOptimally Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_CanConvertToSvgOptimally Method
    In This Topic
    Gets a value indicating whether the image can be converted to SVG optimally.
    Syntax
    var instance = new Vintasoft.Shared.WebImageJS(imageSource, pageIndex);
    
    var value; // Type: boolean
    value = instance.get_CanConvertToSvgOptimally();
    
    
    function get_CanConvertToSvgOptimally() : boolean;
    

    Return Value

    True if image can be converted to SVG optimally; otherwise, false.
    Browser Compatibility
    9
    See Also