←Select platform

FieldId Constructor

Summary

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

Syntax
C#
C++/CLI
Python
public FieldId( 
   int pageNumber, 
   string fieldName 
) 
public:  
   FieldId(Int32 pageNumber, String^ fieldName) 
__init__(self,pageNumber,fieldName) # Overloaded constructor 

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 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing.Omr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.