←Select platform

SetPageOptions Method

Summary
set a PageRecognitionOptions object in page inside FormRecognitionAttributes and return true if success.
Syntax
C#
VB
C++
Java
  
Public Function SetPageOptions( _ 
   ByVal masterAttributes As FormRecognitionAttributes, _ 
   ByVal pageNumber As Integer, _ 
   ByVal options As PageRecognitionOptions _ 
) As Boolean 
public: 
bool SetPageOptions(  
   FormRecognitionAttributes^ masterAttributes, 
   int pageNumber, 
   PageRecognitionOptions^ 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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Recognition Assembly

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