←Select platform

CreateSingleSelectionField Method

Summary

Creates a new SingleSelectionField with automatically filled out field values recognized by Ocr.

Syntax

C#
VB
C++
public SingleSelectionField CreateSingleSelectionField( 
   List<FormField> formFields, 
   LogicalRectangle bounds, 
   int formPageNumber 
) 
Public Function CreateSingleSelectionField( 
   ByVal formFields As List(Of FormField 
), 
   ByVal bounds As LogicalRectangle, 
   ByVal formPageNumber As Integer) As SingleSelectionField 
public:  
   SingleSelectionField^ CreateSingleSelectionField( 
      List<FormField^>^ formFields, 
      LogicalRectangle^ bounds, 
      Int32 formPageNumber 
   ) 

Parameters

formFields

A [FormField][FormField.md] list that contains all fields, including the OmrFormField fields within the bounds.

bounds

A [LogicalRectangle][../fr/LogicalRectangle.md] that represents the location of the SingleSelectionField to be created.

formPageNumber

Master form page number.

Return Value

A SingleSelectionField field with automatically filled out field values.

Remarks

Each field value is filled out with the Ocr text recognized on the right side of the corresponding OmrFormField. If no Ocr text is recognized, the user needs to fill out each SingleField value.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly