←Select platform

OpenForm Method

Summary

Opens a closed Form attribute object for editing, or adding or deleting pages.

Syntax

C#
VB
C++
Java
public void OpenForm( 
   FormRecognitionAttributes attributes 
) 
  
Public Sub OpenForm( _ 
   ByVal attributes As FormRecognitionAttributes _ 
)  
public void openForm( 
   FormRecognitionAttributes attributes 
); 
public: 
void OpenForm(  
   FormRecognitionAttributes^ attributes 
)  

Parameters

attributes
The Form attribute object.

Remarks

The object should be a Form attribute object. To open a Master Form attribute object, call the OpenMasterFormmethod.

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.Recognition Assembly