LEADTOOLS Workflow Image Processing (Leadtools.Workflow.ImageProcessing assembly)
LEAD Technologies, Inc

RotationSpeed Property






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 DeskewCommandRotationSpeed RotationSpeed {get; set;}
 get_RotationSpeed();
set_RotationSpeed(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DeskewActivity Class
DeskewActivity Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.