LEADTOOLS OCR (Leadtools.Forms.Ocr assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Pages Property
See Also 
Leadtools.Forms.Ocr Namespace > IOcrDocument Interface : Pages Property



The Pages Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.

Allows you to add, remove or update image (raster) pages in the OCR document.

Syntax

Visual Basic (Declaration) 
ReadOnly Property Pages As IOcrPageCollection
Visual Basic (Usage)Copy Code
Dim instance As IOcrDocument
Dim value As IOcrPageCollection
 
value = instance.Pages
C# 
IOcrPageCollection Pages {get;}
C++/CLI 
property IOcrPageCollection^ Pages {
   IOcrPageCollection^ get();
}

Property Value

The IOcrPageCollection object that allow you to add, remove or update image (raster) pages in the OCR document.

Example

For an example, refer to IOcrPageCollection.

Remarks

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 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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Pages requires an OCR module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features