Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9
|
Leadtools.Forms.Ocr Assembly > Leadtools.Forms.Ocr Namespace > IOcrPageCollection Interface > UpdateNativeFillMethod Method : UpdateNativeFillMethod(Int32,Int32) Method |
void UpdateNativeFillMethod( int firstPageIndex, int lastPageIndex )
'Declaration
Overloads Sub UpdateNativeFillMethod( _ ByVal firstPageIndex As Integer, _ ByVal lastPageIndex As Integer _ )
'Usage
Dim instance As IOcrPageCollection Dim firstPageIndex As Integer Dim lastPageIndex As Integer instance.UpdateNativeFillMethod(firstPageIndex, lastPageIndex)
void UpdateNativeFillMethod( int firstPageIndex, int lastPageIndex )
function Leadtools.Forms.Ocr.IOcrPageCollection.UpdateNativeFillMethod(Int32,Int32)( firstPageIndex , lastPageIndex )
void UpdateNativeFillMethod( int firstPageIndex, int lastPageIndex )
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 Advantage 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.