VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition.Omr Namespace / OmrFieldTemplateTable Class / ValueFormat Property
Syntax Exceptions Requirements SeeAlso
In This Topic
    ValueFormat Property (OmrFieldTemplateTable)
    In This Topic
    Gets or sets the format string that should be applied to the value of recognized field group.
    Syntax
    '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

    This property always returns null which means default formatting that uses cell values (CellValues), cell separator (CellSeparator) and segment separator (SegmentSeparator).
    Exceptions
    ExceptionDescription
    Thrown if setter is invoked.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also