Leadtools.Workflow.ImageProcessing Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
InvertedPageActivity Class
See Also  Members  
Leadtools.Workflow.ImageProcessing Namespace : InvertedPageActivity Class



Checks and auto-correct an inverted image.

Syntax

Visual Basic (Declaration) 
Public Class InvertedPageActivity 
   Inherits ImageProcessingBaseActivity
Visual Basic (Usage)Copy Code
Dim instance As InvertedPageActivity
C# 
public class InvertedPageActivity : ImageProcessingBaseActivity 
C++/CLI 
public ref class InvertedPageActivity : public ImageProcessingBaseActivity 

Example

This example will show how to use the InvertedPageActivity class to check and auto-correct inverted images.

Remarks

An inverted WorkflowImage is an image that has text or other objects in high contrast color on a low contrast background, for example white text on black background. This activity can check if an image is inverted as well as auto-correct.

This activity can only detect an entire image, to search for and correct specific inverted areas or regions in an image, use InvertedTextActivity.

A common source of inverted images are blacn and white bitmaps saved with non-standard palette by some applications.

This activity does not support signed data images.

For more information, refer to Cleaning Up 1-Bit Images.

Inheritance Hierarchy

System.Object
   System.Workflow.ComponentModel.DependencyObject
      System.Workflow.ComponentModel.Activity
         Leadtools.Workflow.Raster.WorkflowImageActivity
            Leadtools.Workflow.Raster.DisposableImageActivity
               Leadtools.Workflow.ImageProcessing.ImageProcessingBaseActivity
                  Leadtools.Workflow.ImageProcessing.InvertedPageActivity

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Leadtools.Workflow.ImageProcessing requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features