VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Codecs.Encoders Namespace / Jpeg2000EncoderSettings Class / QualityLayers Property
Синтаксис Exceptions Ремарки Требования Смотрите также
В этом разделе
    QualityLayers Свойство (Jpeg2000EncoderSettings)
    В этом разделе
    Возвращает или задает массив значений, соответствующих относительным качествам каждого слоя; количество элементов в этом массиве определяет количество слоев.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("Array of values corresponding to relative qualities of each layer; the number of elements in this array defines the number of layers.")>
    Public Property QualityLayers As Double[]
    
    
    [Description("Array of values corresponding to relative qualities of each layer; the number of elements in this array defines the number of layers.")]
    public double[] QualityLayers { get; set; }
    
    
    [Description("Array of values corresponding to relative qualities of each layer; the number of elements in this array defines the number of layers.")]
    public: __property double[] get_QualityLayers();
    public: __property void set_QualityLayers(
    double[]* value
    );
    [Description("Array of values corresponding to relative qualities of each layer; the number of elements in this array defines the number of layers.")]
    public:
    property double[] QualityLayers { double[] get(); void set(array<double>^ value); }

    Property Value

    Значение не может быть нулевым. Значение должно содержать хотя бы один элемент. Значение должно содержать только неотрицательные элементы и хотя бы один положительный элемент. Значением по умолчанию является массив из одного элемента, содержащий только значение элемента 1.0.
    Исключения
    ИсключениеОписание
    Выбрасывается, если new value равно null.
    Выбрасывается, если новое значение - пустой массив.
    Ремарки

    Нет необходимости предоставлять нормализованный массив, поскольку значения массива нормализуются перед кодированием.

    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

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