←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 processing the field.

Remarks

To get each field's result, cast it into OmrFormFieldResult.

Example

For an example, refer to FormFieldResult example.

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 Assembly