←Select platform

SetPageOptions Method

Summary

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

Syntax

C#
VB
C++
  
Public Function SetPageOptions( _ 
   ByVal masterAttributes As Leadtools.Forms.Recognition.FormRecognitionAttributes, _ 
   ByVal pageNumber As Integer, _ 
   ByVal options As Leadtools.Forms.Recognition.PageRecognitionOptions _ 
) As Boolean 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Recognition Assembly