VintaSoft Barcode .NET SDK 15.1: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebInterpolationModeEnumJS Enumeration
Члены типа Иерархия Совместимость с браузерами Смотрите также
В этом разделе
    WebInterpolationModeEnumJS Перечисление
    В этом разделе
    Specifies available algorithms, which can be used for image scaling or rotation.
    Члены типа
    Член типаОписание
    BilinearSpecifies bilinear interpolation. No prefiltering is done. This mode is not suitable for shrinking an image below 50 percent of its original size.
    BicubicSpecifies bicubic interpolation. No prefiltering is done. This mode is not suitable for shrinking an image below 25 percent of its original size.
    NearestNeighborSpecifies nearest-neighbor interpolation.
    HighQualityBilinearSpecifies high-quality, bilinear interpolation. Prefiltering is performed to ensure high-quality shrinking.
    HighQualityBicubicSpecifies high-quality, bicubic interpolation. Prefiltering is performed to ensure high-quality shrinking. This mode produces the highest quality transformed images.
    Иерархия наследования

    Object
       Vintasoft.Shared.WebEnumItemBaseJS
          Vintasoft.Shared.WebInterpolationModeEnumJS

    Смотрите также