VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.FormsProcessing.FormRecognition.Omr Namespace / OmrFieldTemplateTable Class / ValueFormat Property
Синтаксис Exceptions Требования Смотрите также
В этом разделе
    ValueFormat Свойство (OmrFieldTemplateTable)
    В этом разделе
    Возвращает или задает строку формата, которая должна применяться к значению распознанной группы полей.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The format string that should be applied to the value of recognized field group.")>
    Public Overrides Property ValueFormat As System.String
    
    
    [Description("The format string that should be applied to the value of recognized field group.")]
    public override System.String ValueFormat { get; set; }
    
    
    [Description("The format string that should be applied to the value of recognized field group.")]
    public: __property System.String get_ValueFormat(); override;
    public: __property void set_ValueFormat(
    System.String value
    ); override;
    [Description("The format string that should be applied to the value of recognized field group.")]
    public:
    property System.String ValueFormat { System.String get() override;; void set(System.String value) override;; }

    Property Value

    Это свойство всегда возвращает null, что означает форматирование по умолчанию, в котором используются значения ячеек (CellValues), разделитель ячеек. (CellSeparator) и разделитель сегментов (SegmentSeparator).
    Исключения
    ИсключениеОписание
    Выбрасывается, если вызывается установщик.
    Требования

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

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