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.