←Select platform

SetPageOptions Method

Summary
set a PageRecognitionOptions object in page inside FormRecognitionAttributes and return true if success.

Syntax
C#
C++/CLI
Java
Python
public: 
bool SetPageOptions(  
   FormRecognitionAttributes^ masterAttributes, 
   int pageNumber, 
   PageRecognitionOptions^ options 
)  
def SetPageOptions(self,masterAttributes,pageNumber,options): 

Parameters

masterAttributes
An attribute object contains pages.

pageNumber
Specific page index inside attributes.

options
The page Options that we want to set.

Remarks

User should check return value to insure that function succeeded. If page already has option, old options will be removed and set new one (passed by function call).

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.