←Select platform

UpdateNativeFillMethod(int,int) Method

Summary
Update the type of text in the zones for all the pages in the OCR document.
Syntax
C#
VB
C++
public void UpdateNativeFillMethod( 
   int firstPageIndex, 
   int lastPageIndex 
) 
Overloads Sub UpdateNativeFillMethod( _ 
   ByVal firstPageIndex As Integer, _ 
   ByVal lastPageIndex As Integer _ 
)  
void UpdateNativeFillMethod(  
   int firstPageIndex, 
   int lastPageIndex 
)  

Parameters

firstPageIndex
The zero-based index of the first page to update.

lastPageIndex
The zero-based index of the last page to update. A value of -1 means update up to and including the last page in the OCR document.

Remarks

For more information on fill method updating of a page, refer to IOcrPage.UpdateNativeFillMethod.

This method will iterate through the pages between firstPageIndex and lastPageIndex and run IOcrPage.UpdateNativeFillMethod on each page.

To update the fill method of all the pages in the OCR document use UpdateNativeFillMethod().

Note: This method is not supported in the LEADTOOLS OCR Module - LEAD Engine, any call to this method will have no effect.

This member only works with memory-based documents and will throw an exception otherwise. For more information, refer to IOcrDocumentManager.CreateDocument and Programming with the LEADTOOLS .NET OCR.

Requirements

Target Platforms

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

Leadtools.Ocr Assembly

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