←Select platform

CreateBubbleWordField Method

Summary

Creates a new BubbleWordField with automatically filled out field values.

Syntax

C#
VB
C++
Public Function CreateBubbleWordField( 
   ByVal image As RasterImage, 
   ByVal formFields As List(Of FormField 
), 
   ByVal bounds As LogicalRectangle, 
   ByVal formPageNumber As Integer) As BubbleWordField 
public:  
   BubbleWordField^ CreateBubbleWordField( 
      RasterImage^ image, 
      List<FormField^>^ formFields, 
      LogicalRectangle^ bounds, 
      Int32 formPageNumber 
   ) 

Parameters

image

The master form image.

formFields

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

bounds

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

formPageNumber

Master form page number.

Return Value

A BubbleWordField field with automatically filled out field values.

Remarks

If the row count is 26 the field values are filled with alphabets from A to Z and the BubbleWordValueType is set to Character. Otherwise, the field values are filled with numbers from 0 to the row count and the BubbleWordValueType is set to Numerical.

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