←Select platform

FieldId Constructor

Summary

Initializes a new instance of FieldId with the specified pageNumber and fieldName properties.

Syntax
C#
VB
C++
public FieldId( 
   int pageNumber, 
   string fieldName 
) 
Public Sub New(ByVal pageNumber As Integer, ByVal fieldName As String) 
 MyBase.New 
public:  
   FieldId(Int32 pageNumber, String^ fieldName) 

Parameters

pageNumber

The page number associated with this field.

fieldName

A string that represents the field name.

Remarks

A unique identifier that is used to distinguish different fields in the ITemplateForm based on its name and the page number that contains the associated field.

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