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

DeskewActivity Class Members

Show in webframe
Fields  Properties  Methods  Events


The following tables list the members exposed by DeskewActivity.

Public Constructors
 NameDescription
DeskewActivity ConstructorInitializes a new DeskewActivity class object.  
Top
Public Fields
 NameDescription
AnglePropertyIdentifies the Angle dependency property.  
BackgroundOptionsPropertyIdentifies the BackgroundOptions dependency property.  
DeskewOptionsPropertyIdentifies the DeskewOptions dependency property.  
DetectionTypePropertyIdentifies the DetectionType dependency property.  
FillColorPropertyIdentifies the FillColor dependency property.  
ImageTypePropertyIdentifies the ImageType dependency property.  
InterpolationTypePropertyIdentifies the InterpolationType dependency property.  
PreProcessingOptionsPropertyIdentifies the PreProcessingOptions dependency property.  
RotationSpeedPropertyIdentifies the RotationSpeed dependency property.  
ThresholdOptionsPropertyIdentifies the ThresholdOptions dependency property.  
Top
Public Properties
 NameDescription
AngleAmount by which the method rotates the image.  
BackgroundOptionsGets or sets flags that indicate which background color to use.  
DescriptionGets or sets the user-defined description of the System.Workflow.ComponentModel.Activity. (Inherited from System.Workflow.ComponentModel.Activity)
DeskewOptionsGets or sets flags that indicate whether to deskew the image after the method finds the skew angle.  
DetectionTypeGets or sets flags that indicate the detection technique to use.  
DisposeImage (Inherited from Leadtools.Workflow.Raster.DisposableImageActivity)
EnabledGets or sets a value that indicates whether this instance is enabled for execution and validation. (Inherited from System.Workflow.ComponentModel.Activity)
ExecutionResultGets the System.Workflow.ComponentModel.ActivityExecutionResult of the last attempt to run this instance. (Inherited from System.Workflow.ComponentModel.Activity)
ExecutionStatusGets the current System.Workflow.ComponentModel.ActivityExecutionStatus of this instance. (Inherited from System.Workflow.ComponentModel.Activity)
FillColorGets or sets the color used to fill the background following rotation.  
Image (Inherited from Leadtools.Workflow.Raster.WorkflowImageActivity)
ImageCopy (Inherited from Leadtools.Workflow.Raster.WorkflowImageActivity)
ImageTypeGets or sets flags that indicate whether the image contains mostly text, or text and pictures.  
InterpolationTypeGets or sets flags that specify which type of interpolation to use.  
IsDynamicActivityGets information about whether the activity is executing within the default System.Workflow.ComponentModel.ActivityExecutionContext of the workflow instance. (Inherited from System.Workflow.ComponentModel.Activity)
NameGets or sets the name of this instance. This name must conform to the variable naming convention of the programming language that is being used in the Workflow project. (Inherited from System.Workflow.ComponentModel.Activity)
ParentGets the System.Workflow.ComponentModel.CompositeActivity that contains this System.Workflow.ComponentModel.Activity. (Inherited from System.Workflow.ComponentModel.Activity)
PreProcessingOptionsGets or sets flags that indicate whether to preprocess the image.  
QualifiedNameGets the qualified name of the activity. Qualified activity names are always unique in a workflow instance. (Inherited from System.Workflow.ComponentModel.Activity)
RotationSpeedGets or sets flags that indicate whether to use normal or fast rotation speed. Normal results in high quality. Fast results in moderate quality and is only intended for 1-bit images.  
ThresholdOptionsGets or sets flags that indicate whether to deskew the image if the skew angle is very small.  
UserDataGets an System.Collections.IDictionary that associates custom data with this class instance. (Inherited from System.Workflow.ComponentModel.DependencyObject)
Top
Protected Properties
Public Methods
 NameDescription
AddHandlerAdds a handler for an event of a System.Workflow.ComponentModel.DependencyObject. (Inherited from System.Workflow.ComponentModel.DependencyObject)
CloneCreates a deep copy of the System.Workflow.ComponentModel.Activity. (Inherited from System.Workflow.ComponentModel.Activity)
DisposeOverloaded. Releases all the resources used by the System.Workflow.ComponentModel.DependencyObject. (Inherited from System.Workflow.ComponentModel.DependencyObject)
GetActivityByNameOverloaded. Returns the instance of the System.Workflow.ComponentModel.Activity whose name is requested from the set of all activities running under the root activity of this instance, which is within the workflow. (Inherited from System.Workflow.ComponentModel.Activity)
GetBindingProvides access to the System.Workflow.ComponentModel.ActivityBind associated with the specific System.Workflow.ComponentModel.DependencyProperty. (Inherited from System.Workflow.ComponentModel.DependencyObject)
GetValueProvides access to the value of the designated System.Workflow.ComponentModel.DependencyProperty. (Inherited from System.Workflow.ComponentModel.DependencyObject)
IsBindingSetIndicates whether the value of a System.Workflow.ComponentModel.DependencyProperty is set as a binding. See System.Workflow.ComponentModel.DependencyObject.SetBinding(System.Workflow.ComponentModel.DependencyProperty,System.Workflow.ComponentModel.ActivityBind). (Inherited from System.Workflow.ComponentModel.DependencyObject)
MetaEqualsDetermines whether the metaproperties of this System.Workflow.ComponentModel.DependencyObject equals the metaproperties of the parameterized System.Workflow.ComponentModel.DependencyObject. (Inherited from System.Workflow.ComponentModel.DependencyObject)
RegisterForStatusChangeRegisters the specified System.Workflow.ComponentModel.DependencyProperty for the status change event. (Inherited from System.Workflow.ComponentModel.Activity)
RemoveHandlerRemoves an System.EventHandler from an associated System.Workflow.ComponentModel.DependencyProperty. (Inherited from System.Workflow.ComponentModel.DependencyObject)
RemovePropertyRemoves a System.Workflow.ComponentModel.DependencyProperty from the System.Workflow.ComponentModel.DependencyObject. (Inherited from System.Workflow.ComponentModel.DependencyObject)
SaveOverloaded. Writes the System.Workflow.ComponentModel.Activity to a System.IO.Stream for persistence. (Inherited from System.Workflow.ComponentModel.Activity)
SetBindingSets the System.Workflow.ComponentModel.ActivityBind for the specified System.Workflow.ComponentModel.DependencyProperty. (Inherited from System.Workflow.ComponentModel.DependencyObject)
SetValueSets the value of the System.Workflow.ComponentModel.DependencyProperty to the object. (Inherited from System.Workflow.ComponentModel.DependencyObject)
ToStringProvides a string that represents this instance. (Inherited from System.Workflow.ComponentModel.Activity)
UnregisterForStatusChangeUn-registers the specified System.Workflow.ComponentModel.DependencyProperty for the status change event. (Inherited from System.Workflow.ComponentModel.Activity)
Top
Protected Methods
 NameDescription
ExecuteOverridden. This member overrides System.Workflow.ComponentModel.Activity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext).  
FinalizeProvided as an override to System.Object.Finalize to clean up any unmanaged resources deterministically. (Inherited from System.Workflow.ComponentModel.DependencyObject)
GetInvocationListGets an array that contains the delegates for the specified System.Workflow.ComponentModel.DependencyProperty. (Inherited from System.Workflow.ComponentModel.DependencyObject)
InitializePropertiesPerforms initialization on dependency properties when overridden in a derived class. (Inherited from System.Workflow.ComponentModel.DependencyObject)
OnClosedCalled by the workflow runtime as part of the activity's transition to the closed state. (Inherited from System.Workflow.ComponentModel.Activity)
TrackDataOverloaded. Informs the run-time tracking infrastructure of pending tracking information. (Inherited from System.Workflow.ComponentModel.Activity)
Top
Public Events
 NameDescription
CancelingOccurs when the activity execution is canceled. (Inherited from System.Workflow.ComponentModel.Activity)
ClosedOccurs when an System.Workflow.ComponentModel.Activity has completed execution. (Inherited from System.Workflow.ComponentModel.Activity)
CompensatingOccurs when running a compensation method on the System.Workflow.ComponentModel.Activity. (Inherited from System.Workflow.ComponentModel.Activity)
ExecutingOccurs when the System.Workflow.ComponentModel.Activity is run. (Inherited from System.Workflow.ComponentModel.Activity)
FaultingOccurs when an exception is raised during the running of the instance. (Inherited from System.Workflow.ComponentModel.Activity)
StatusChangedOccurs when the System.Workflow.ComponentModel.ActivityExecutionStatus of a running System.Workflow.ComponentModel.Activity changes. (Inherited from System.Workflow.ComponentModel.Activity)
Top
See Also

Reference

DeskewActivity Class
Leadtools.Workflow.ImageProcessing Namespace

 

 


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