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

PreProcessingOptions Property

Show in webframe





Gets or sets flags that indicate whether to preprocess the image.
Syntax
public DeskewCommandPreProcessingOptions PreProcessingOptions {get; set;}
'Declaration
 
Public Property PreProcessingOptions As DeskewCommandPreProcessingOptions
'Usage
 
Dim instance As DeskewActivity
Dim value As DeskewCommandPreProcessingOptions
 
instance.PreProcessingOptions = value
 
value = instance.PreProcessingOptions

            

            
public:
property DeskewCommandPreProcessingOptions PreProcessingOptions {
   DeskewCommandPreProcessingOptions get();
   void set (    DeskewCommandPreProcessingOptions value);
}

Property Value

Flags that indicate whether to preprocess the image.
Requirements

Target Platforms

See Also

Reference

DeskewActivity Class
DeskewActivity Members

 

 


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