←Select platform

UpdatePageType Method

Summary

This method is used to update internal data after setting the page type using SetPageOptions method.

Syntax
C#
VB
C++
Java
public bool UpdatePageType( 
   FormRecognitionAttributes attributes, 
   RasterImage image, 
   int pageNumber 
) 
Public Function UpdatePageType( 
   ByVal attributes As FormRecognitionAttributes, 
   ByVal image As RasterImage, 
   ByVal pageNumber As Integer 
) As Boolean 
public:  
   bool UpdatePageType( 
      FormRecognitionAttributes^ attributes, 
      RasterImage^ image, 
      int pageNumber 
   ) 

public boolean updatePageType( 
   FormRecognitionAttributes attributes, 
   RasterImage image, 
   int pageNumber 
); 

Parameters

attributes

The master form attributes to be updated.

image

The master form image.

pageNumber

Page number to be updated.

Return Value

Returns true in case of page update success, false otherwise.

Remarks

Used after setting the FormsPageType in master form PageRecognitionOptions.

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