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

HighQualityRotateCommandFlags Enumeration






Options for the HighQualityRotateActivity class.
Syntax
[FlagsAttribute()]
public enum HighQualityRotateCommandFlags : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum HighQualityRotateCommandFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As HighQualityRotateCommandFlags
[FlagsAttribute()]
public enum HighQualityRotateCommandFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  
Leadtools.Workflow.ImageProcessing.HighQualityRotateCommandFlags = function() { };
Leadtools.Workflow.ImageProcessing.HighQualityRotateCommandFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()]
public enum class HighQualityRotateCommandFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberDescription
BestQuality

Use highest quality interpolation possible (Bicubic) when rotating

This flag cannot be ORed with Fastest

Crop

Crop the resulting image. Since a Leadtools.RasterImage is always a rectangular object, rotation will always increase the width and height of the image. Specifying this flag will keep the original image size by cropping the extra size resulting from the rotation operation. The value specified in HighQualityRotateActivity.FillColor will not be used

This flag cannot be ORed with Resize

Fastest

Use fastest interpolation possible (Bilinear) when rotating

This flag cannot be ORed with BestQuality

None

Default, do not resize the image, crop it and use fast rotation over optimal quality. This is the same as specifying the Crop | Fastest flags

Resize

Size the resulting image as needed. Since a Leadtools.RasterImage is always a rectangular object, rotation will always increase the width and height of the image. Specifying this flag will increase the size of the image and fill the extra space with the value specified in HighQualityRotateActivity.FillColor

This flag cannot be ORed with Crop

Remarks

You can use a bitwise OR (|) to specify one or more flags.

The HighQualityRotateCommandFlags enumeration is used as the type for the HighQualityRotateActivity.Flags property.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Workflow.ImageProcessing.HighQualityRotateCommandFlags

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

Leadtools.Workflow.ImageProcessing Namespace

 

 


Products | Support | Contact Us | Copyright Notices

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