←Select platform

OpenMasterForm Method

Summary
Opens a closed Master Form attribute object for editing, or adding or deleting pages.
Syntax
C#
VB
C++
Java
public void OpenMasterForm( 
   FormRecognitionAttributes attributes 
) 
  
Public Sub OpenMasterForm( _ 
   ByVal attributes As FormRecognitionAttributes _ 
)  
public void openMasterForm( 
   FormRecognitionAttributes attributes 
); 
public: 
void OpenMasterForm(  
   FormRecognitionAttributes^ attributes 
)  

Parameters

attributes
The Master Form attribute object

Remarks

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

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Recognition Assembly

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