Leadtools.Forms.Ocr Namespace > IOcrPageCollection Interface > UpdateFillMethod Method : UpdateFillMethod(Int32,Int32) Method |
void UpdateFillMethod( int firstPageIndex, int lastPageIndex )
'Declaration Overloads Sub UpdateFillMethod( _ ByVal firstPageIndex As Integer, _ ByVal lastPageIndex As Integer _ )
'Usage Dim instance As IOcrPageCollection Dim firstPageIndex As Integer Dim lastPageIndex As Integer instance.UpdateFillMethod(firstPageIndex, lastPageIndex)
void UpdateFillMethod( int firstPageIndex, int lastPageIndex )
function Leadtools.Forms.Ocr.IOcrPageCollection.UpdateFillMethod(Int32,Int32)( firstPageIndex , lastPageIndex )
void UpdateFillMethod( int firstPageIndex, int lastPageIndex )
For more information on fill method updating of a page, refer to IOcrPage.UpdateFillMethod.
This method will iterate through the pages between firstPageIndex and lastPageIndex and run IOcrPage.UpdateFillMethod on each page.
To update the fill method of all the pages in the OCR document use UpdateFillMethod().
Note: This method is not supported in the LEADTOOLS OCR Advantage Engine, any call to this method will have no effect.