VintaSoft Imaging .NET SDK 15.1: 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; }

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: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also