Leadtools.Forms.Recognition Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
DeleteFormPage Method
See Also  Example
Leadtools.Forms.Recognition Namespace > FormRecognitionEngine Class : DeleteFormPage Method



attributes
The form attributes object.
pageNumber
The page being deleted from the form. The page number is a 1-based index.
attributes
The form attributes object.
pageNumber
The page being deleted from the form. The page number is a 1-based index.
Deletes the specifed page from the specified Form attributes object.

Syntax

Visual Basic (Declaration) 
Public Sub DeleteFormPage( _
   ByVal attributes As FormRecognitionAttributes, _
   ByVal pageNumber As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As FormRecognitionEngine
Dim attributes As FormRecognitionAttributes
Dim pageNumber As Integer
 
instance.DeleteFormPage(attributes, pageNumber)
C# 
public void DeleteFormPage( 
   FormRecognitionAttributes attributes,
   int pageNumber
)
C++/CLI 
public:
void DeleteFormPage( 
   FormRecognitionAttributes^ attributes,
   int pageNumber
) 

Parameters

attributes
The form attributes object.
pageNumber
The page being deleted from the form. The page number is a 1-based index.

Example

For a complete example on using the forms recognition and processing, refer to the FormRecognitionEngine example.

This example deletes a page from the Form

Visual BasicCopy Code
''' This method deletes a page from form attributes for recognition.
Public Sub DeletePageFromForm(ByVal recognitionEngine As FormRecognitionEngine, ByVal pagenumber As Integer, ByVal form As FormRecognitionAttributes)
   recognitionEngine.OpenForm(form)
   recognitionEngine.DeleteFormPage(form, pagenumber)
   recognitionEngine.CloseForm(form)
End Sub
C#Copy Code
/// This method deletes a page from form attributes for recognition. 
public void DeletePageFromForm(FormRecognitionEngine recognitionEngine, int pagenumber, FormRecognitionAttributes form) 

   recognitionEngine.OpenForm(form); 
   recognitionEngine.DeleteFormPage(form, pagenumber); 
   recognitionEngine.CloseForm(form); 
}

Remarks

The attributes should be a Form attributes, this method does not work for Master Forms attributes. To delete a page from a Master Forms attributes use DeleteMasterFormPage.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Forms requires a Forms Module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features