←Select platform

Result Property

Summary

(Read only) Gets the results of processing the field.

Syntax
C#
VB
C++
public override FormFieldResult Result { get; } 
  
Public Overrides ReadOnly Property Result As FormFieldResult 
public: 
property FormFieldResult^ Result { 
   FormFieldResult^ get() override; 
} 

Property Value

The results of field processing.

Remarks

To get each field results, they must be casted into OmrFormFieldResult. The Text Property in the results contains a comma separated string representing each question answer.

Example

For an example, refer to FormFieldResult example.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly

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