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

RotationSpeed Property

Show in webframe





Gets 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.
Syntax
public DeskewCommandRotationSpeed RotationSpeed {get; set;}
'Declaration
 
Public Property RotationSpeed As DeskewCommandRotationSpeed
'Usage
 
Dim instance As DeskewActivity
Dim value As DeskewCommandRotationSpeed
 
instance.RotationSpeed = value
 
value = instance.RotationSpeed

            

            
public:
property DeskewCommandRotationSpeed RotationSpeed {
   DeskewCommandRotationSpeed get();
   void set (    DeskewCommandRotationSpeed value);
}

Property Value

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.
Requirements

Target Platforms

See Also

Reference

DeskewActivity Class
DeskewActivity Members

 

 


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