LEADTOOLS Workflow Image Processing (Leadtools.Workflow.ImageProcessing assembly)

DeskewOptions Property

Show in webframe





Gets or sets flags that indicate whether to deskew the image after the method finds the skew angle.
Syntax
public DeskewCommandDeskewOptions DeskewOptions {get; set;}
'Declaration
 
Public Property DeskewOptions As DeskewCommandDeskewOptions
'Usage
 
Dim instance As DeskewActivity
Dim value As DeskewCommandDeskewOptions
 
instance.DeskewOptions = value
 
value = instance.DeskewOptions

            

            
public:
property DeskewCommandDeskewOptions DeskewOptions {
   DeskewCommandDeskewOptions get();
   void set (    DeskewCommandDeskewOptions value);
}

Property Value

Flags that indicate whether to deskew the image after the method finds the skew angle.
Requirements

Target Platforms

See Also

Reference

DeskewActivity Class
DeskewActivity Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2013 All Rights Reserved. LEAD Technologies, Inc.