The UpdateFillMethod() Method is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Update the type of text in the zones for all the pages in the OCR document.Visual Basic (Declaration) | |
---|---|
Overloads Sub UpdateFillMethod() |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As IOcrPageCollection instance.UpdateFillMethod() |
C# | |
---|---|
void UpdateFillMethod() |
C++/CLI | |
---|---|
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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7