Visual Basic (Declaration) | |
---|---|
Overridable ReadOnly Property Pages As IOcrPageCollection |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
virtual IOcrPageCollection Pages {get;} |
C++/CLI | |
---|---|
virtual property IOcrPageCollection^ Pages { IOcrPageCollection^ get(); } |
Return Value
The IOcrPageCollection object that allow you to add, remove or update image (raster) pages in the OCR document.Pages is a standard .NET collection of IOcrPage objects. Through this member you can add, remove or update image (raster) pages to the OCR document. These pages can be image files on disk, memory or even in a remote URL.
Any file format supported by LEADTOOLS (TIFF, JPEG, BMP, etc) can be loaded into the OCR document. Once the image is loaded into the document, use the various IOcrPage methods to zone the page (or pages) in preparation to be recognized and saved as a document.
You can also convert to and from any of the pages added to the OCR document to a LEADTOOLS RasterImage for use with other LEADTOOLS for .NET assemblies such as TWAIN scanning, image processing, MRC, etc.
For more information refer to IOcrPageCollection and IOcrPage.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Reference
IOcrDocument InterfaceIOcrDocument Members
DocumentFormat
IOcrDocumentManager Interface
IOcrDocument.Save
IOcrDocument.SaveXml
IOcrPage.Recognize
IOcrEngine Interface
OcrEngineManager Class
OcrEngineType Enumeration
Programming with Leadtools .NET OCR
Files to be Included with Your Application