←Select platform

Fields Property

Summary

Gets a collection of the OMR form fields in the page.

Syntax
C#
VB
C++
Java
[DataMemberAttribute()] 
public Fields Fields { get; } 
public fields.Fields getFields(); 
<DataMemberAttribute()>  
Public ReadOnly Property Fields() As Fields 
   Get 
public:  
   [DataMemberAttribute] 
   property Fields^ Fields 
   { 
      Fields^ get() 
   } 

Property Value

A collection of Field associated with this page.

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