VintaSoft Barcode .NET SDK 15.1: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebRenderingSettingsJS type / get_InterpolationMode Property
Синтаксис Совместимость с браузерами Смотрите также
В этом разделе
    get_InterpolationMode Метод
    В этом разделе
    Gets the interpolation mode for image rendering.
    Синтаксис
    var instance = new Vintasoft.Shared.WebRenderingSettingsJS(resolution, interpolationMode, smoothingMode);
    
    var value; // Type: Vintasoft.Shared.WebInterpolationModeEnumJS
    value = instance.get_InterpolationMode();
    
    
    function get_InterpolationMode() : WebInterpolationModeEnumJS;
    

    Return Value

    WebInterpolationModeEnumJS for image rendering.
    Смотрите также