set a PageRecognitionOptions object in page inside FormRecognitionAttributes and return true if success.
Syntax
public bool SetPageOptions(
FormRecognitionAttributes masterAttributes,
int pageNumber,
PageRecognitionOptions options
)
Public Function SetPageOptions( _
ByVal masterAttributes As FormRecognitionAttributes, _
ByVal pageNumber As Integer, _
ByVal options As PageRecognitionOptions _
) As Boolean
public boolean SetPageOptions(
FormRecognitionAttributes masterAttributes,
int pageNumber,
PageRecognitionOptions options
);
public:
bool SetPageOptions(
FormRecognitionAttributes^ masterAttributes,
int pageNumber,
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).
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document