VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.FormsProcessing.FormRecognition.Omr Namespace / OmrFieldTemplateTable Class / Threshold Property
Синтаксис Exceptions Требования Смотрите также
В этом разделе
    Threshold Свойство (OmrFieldTemplateTable)
    В этом разделе
    Возвращает или задает пороговое значение плотности черных пикселей для каждого поля в таблице для определения заполненного состояния поля.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("A threshold value of black pixel density, for each field in the table, for determining filled state of the field.")>
    <DefaultValueAttribute(0,1)>
    Public Property Threshold As Single
    
    
    [Description("A threshold value of black pixel density, for each field in the table, for determining filled state of the field.")]
    [DefaultValue(0,1)]
    public float Threshold { get; set; }
    
    
    [Description("A threshold value of black pixel density, for each field in the table, for determining filled state of the field.")]
    [DefaultValue(0,1)]
    public: __property float get_Threshold();
    public: __property void set_Threshold(
    float value
    );
    [Description("A threshold value of black pixel density, for each field in the table, for determining filled state of the field.")]
    [DefaultValue(0,1)]
    public:
    property float Threshold { float get(); void set(float value); }

    Property Value

    Допустимые значения: от 0 до 1. Значение по умолчанию - 0,1.
    Исключения
    ИсключениеОписание
    Выбрасывается, если значение меньше 0 или больше 1.
    Требования

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

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