LEADTOOLS Workflow Image Processing (Leadtools.Workflow.ImageProcessing assembly)
LEAD Technologies, Inc

ImageType Property






Gets or sets flags that indicate whether the image contains mostly text, or text and pictures.
Syntax
public DeskewCommandImageType ImageType {get; set;}
'Declaration
 
Public Property ImageType As DeskewCommandImageType
'Usage
 
Dim instance As DeskewActivity
Dim value As DeskewCommandImageType
 
instance.ImageType = value
 
value = instance.ImageType
public DeskewCommandImageType ImageType {get; set;}
 get_ImageType();
set_ImageType(value);
public:
property DeskewCommandImageType ImageType {
   DeskewCommandImageType get();
   void set (    DeskewCommandImageType value);
}

Property Value

Flags that indicate whether the image contains mostly text, or text and pictures.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DeskewActivity Class
DeskewActivity Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.