←Select platform

UpdatePageType Method

Summary

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

Syntax
C#
C++/CLI
Java
Python
public bool UpdatePageType( 
   FormRecognitionAttributes attributes, 
   RasterImage image, 
   int pageNumber 
) 
public:  
   bool UpdatePageType( 
      FormRecognitionAttributes^ attributes, 
      RasterImage^ image, 
      int pageNumber 
   ) 
public boolean updatePageType( 
   FormRecognitionAttributes attributes, 
   RasterImage image, 
   int pageNumber 
); 
def UpdatePageType(self,attributes,image,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 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Recognition Assembly

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