Leadtools.Services.ImageProcessing.DataContracts Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
HighQualityRotateCommandFlags Enumeration
See Also  
Leadtools.Services.ImageProcessing.DataContracts Namespace : HighQualityRotateCommandFlags Enumeration



Options for the HighQualityRotateRequest class.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
<DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="HighQualityRotateFlags")>
Public Enum HighQualityRotateCommandFlags 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As HighQualityRotateCommandFlags
C# 
[FlagsAttribute()]
[DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="HighQualityRotateFlags")]
public enum HighQualityRotateCommandFlags : Enum 
C++/CLI 
[FlagsAttribute()]
[DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="HighQualityRotateFlags")]
public enum class HighQualityRotateCommandFlags : public Enum 

Members

MemberDescription
NoneDefault, do not resize the image, crop it and use fast rotation over optimal quality. This is the same as specifying the Crop | Fastest flags.
CropCrop the resulting image. Since the image 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 HighQualityRotateRequest.FillColor will not be used.

This flag cannot be OR'ed{|} with Resize.

ResizeSize the resulting image as needed. Since the image 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 HighQualityRotateRequest.FillColor.

This flag cannot be OR'ed{|} with Crop.

FastestUse fastest interpolation possible (Bilinear) when rotating.

This flag cannot be OR'ed{|} with BestQuality.

BestQualityUse highest quality interpolation possible (Bicubic) when rotating.

This flag cannot be OR'ed{|} with Fastest.

Remarks

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

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

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Services.ImageProcessing.DataContracts.HighQualityRotateCommandFlags

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Applications developed with LEADTOOLS WCF components require runtime licenses. Server licensing is required for applications on a server. For more information, refer to: Imaging Pro/Document/Medical Features