|
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
| Leadtools.Codecs Namespace : CodecsTransformFlags Enumeration |
[FlagsAttribute()] public enum CodecsTransformFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
<FlagsAttribute()> Public Enum CodecsTransformFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As CodecsTransformFlags
[FlagsAttribute()] public enum CodecsTransformFlags : System.IComparable, System.IConvertible, System.IFormattable
typedef NS_OPTIONS(NSUInteger, LTCodecsTransformFlags)
public enum CodecsTransformFlags
Leadtools.Codecs.CodecsTransformFlags = function() { };
Leadtools.Codecs.CodecsTransformFlags.prototype = {<br/>
None = 0x00000000,
Flip = 0x00000001,
Reverse = 0x00000002,
Rotate90 = 0x00000004,
Rotate180 = 0x00000008,
Rotate270 = 0x0000000C,
};
[FlagsAttribute()] public enum class CodecsTransformFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
System.Object
System.ValueType
System.Enum
Leadtools.Codecs.CodecsTransformFlags