LEADTOOLS Image File Support (Leadtools.Codecs assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
CodecsTransformFlags Enumeration
See Also  
Leadtools.Codecs Namespace : CodecsTransformFlags Enumeration



Indicates the transform to perform.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum CodecsTransformFlags 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As CodecsTransformFlags
C# 
[FlagsAttribute()]
public enum CodecsTransformFlags : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
[FlagsAttribute()]
public enum class CodecsTransformFlags : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
FlipFlip the image vertically.
NoneNone.
ReverseFlip the image vertically.
Rotate180Rotate the image 190 degrees.
Rotate270Rotate the image 270 degrees.
Rotate90Rotate the image 90 degrees.

Example

For an example, refer to RasterCodecs.Transform.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Codecs.CodecsTransformFlags

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also