VintaSoft Barcode .NET SDK 15.1: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebImageJS type / get_CanConvertToSvgOptimally Property
Синтаксис Совместимость с браузерами Смотрите также
В этом разделе
    get_CanConvertToSvgOptimally Метод
    В этом разделе
    Gets a value indicating whether the image can be converted to SVG optimally.
    Синтаксис
    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.
    Смотрите также