←Select platform

OmrTextFormat Enumeration

Summary

Enumeration that represents the output text format of the OmrField.

Syntax
C#
VB
C++
[SerializableAttribute()] 
[DataContractAttribute()] 
public enum OmrTextFormat 
<SerializableAttribute(),  
 DataContractAttribute()>  
Public Enum OmrTextFormat 
public: 
   [SerializableAttribute,  
   DataContractAttribute] 
   enum class OmrTextFormat sealed 

Members

ValueMemberDescription
0CSVComma Separated Value string format.
1AggregatedCombined output string

Remarks

If CSV is selected, the output of each row or column will be seperated by commas. Otherwise, if the Aggregated option is selected the output of each row or column is combined into one string value.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing.Omr Assembly