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
RotateCommandFlags Enumeration
See Also  
Leadtools.Services.ImageProcessing.DataContracts Namespace : RotateCommandFlags Enumeration



Flags for the RotateRequest.Flags property.

Syntax

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

Members

MemberDescription
None Default, do not resize the image, crop it.
Resize Size resulting image as needed.
Resample Perform bilinear interpolation when rotating.
Bicubic Perform bicubic interpolation when rotating.

Remarks

RotateCommandFlags.Resample and RotateCommandFlags..Bicubic can be combined with RotateCommandFlags.Resize, but they can not be combined with each other. Therefore, you can pass RotateCommandFlags.Resample Or RotateCommandFlags.Resize, but not RotateCommandFlags.Resample | RotateCommandFlags.Bicubic.

If RotateCommandFlags.Resize is set, then the image is resized. Otherwise, the image is cropped.

Inheritance Hierarchy

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

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