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

Leadtools.Forms.Recognition Assembly