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

ThresholdOptions Property

Show in webframe





Gets or sets flags that indicate whether to deskew the image if the skew angle is very small.
Syntax
public DeskewCommandThresholdOptions ThresholdOptions {get; set;}
'Declaration
 
Public Property ThresholdOptions As DeskewCommandThresholdOptions
'Usage
 
Dim instance As DeskewActivity
Dim value As DeskewCommandThresholdOptions
 
instance.ThresholdOptions = value
 
value = instance.ThresholdOptions

            

            
public:
property DeskewCommandThresholdOptions ThresholdOptions {
   DeskewCommandThresholdOptions get();
   void set (    DeskewCommandThresholdOptions value);
}

Property Value

Flags that indicate whether to deskew the image if the skew angle is very small.
Requirements

Target Platforms

See Also

Reference

DeskewActivity Class
DeskewActivity Members

 

 


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