←Select platform

OmrTextFormat Enumeration

Summary

Enumeration that represents the output text format of the OmrField.

Syntax
C#
C++/CLI
Python
[SerializableAttribute()] 
[DataContractAttribute()] 
public enum OmrTextFormat 
public: 
   [SerializableAttribute,  
   DataContractAttribute] 
   enum class OmrTextFormat sealed 
class OmrTextFormat(Enum): 
   CSV = 0 
   Aggregated = 1 
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 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing.Omr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.