set a PageRecognitionOptions object in page inside FormRecognitionAttributes and return true if success.
public bool SetPageOptions(FormRecognitionAttributes masterAttributes,int pageNumber,PageRecognitionOptions options)
Public Function SetPageOptions( _ByVal masterAttributes As Leadtools.Forms.Recognition.FormRecognitionAttributes, _ByVal pageNumber As Integer, _ByVal options As Leadtools.Forms.Recognition.PageRecognitionOptions _) As Boolean
public:bool SetPageOptions(Leadtools.Forms.Recognition.FormRecognitionAttributes^ masterAttributes,int pageNumber,Leadtools.Forms.Recognition.PageRecognitionOptions^ options)
masterAttributes
An attribute object contains pages.
pageNumber
Specific page index inside attributes.
options
The page Options that we want to set.
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).
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
