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